Browse Source

removed target for incremental build

Andreas Muelder 9 years ago
parent
commit
252b3d6444
1 changed files with 0 additions and 42 deletions
  1. 0 42
      releng/org.yakindu.base.target/pom.xml

+ 0 - 42
releng/org.yakindu.base.target/pom.xml

@@ -7,46 +7,4 @@
 	<artifactId>org.yakindu.base.target</artifactId>
 	<version>2.5.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
-
-	<properties>
-		<tycho-version>0.23.1</tycho-version>
-		<build-helper-version>1.3</build-helper-version>
-	</properties>
-
-	<build>
-		<plugins>
-			<plugin>
-				<!-- enable tycho build extension -->
-				<groupId>org.eclipse.tycho</groupId>
-				<artifactId>tycho-maven-plugin</artifactId>
-				<version>${tycho-version}</version>
-				<extensions>true</extensions>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>build-helper-maven-plugin</artifactId>
-				<version>${build-helper-version}</version>
-				<executions>
-					<!-- make target file available for incremental builds -->
-					<execution>
-						<id>attach-artifacts</id>
-						<phase>package</phase>
-						<goals>
-							<goal>attach-artifact</goal>
-						</goals>
-						<configuration>
-							<artifacts>
-								<artifact>
-									<!-- note: the file name must be ${classifier}.target -->
-									<file>Mars.target</file>
-									<type>target</type>
-									<classifier>Mars</classifier>
-								</artifact>
-							</artifacts>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
 </project>