|
@@ -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>
|