releng: Update outdated maven plugins
[deliverable/tracecompass.git] / releng / org.eclipse.tracecompass.target / pom.xml
CommitLineData
33112414
AM
1<project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5
6 <parent>
2e225298 7 <artifactId>org.eclipse.tracecompass.releng-parent</artifactId>
8336b412 8 <groupId>org.eclipse.tracecompass</groupId>
38a9b03f 9 <version>2.0.0-SNAPSHOT</version>
33112414
AM
10 </parent>
11
8336b412
AM
12 <artifactId>org.eclipse.tracecompass.target</artifactId>
13 <name>Trace Compass Target Platform</name>
38a9b03f 14 <version>2.0.0</version>
33112414
AM
15 <packaging>pom</packaging>
16
17 <build>
18 <plugins>
19 <plugin>
20 <groupId>org.codehaus.mojo</groupId>
21 <artifactId>build-helper-maven-plugin</artifactId>
b68eec3c 22 <version>1.10</version>
33112414
AM
23 <executions>
24 <execution>
25 <id>attach-artifacts</id>
26 <phase>package</phase>
27 <goals>
28 <goal>attach-artifact</goal>
29 </goals>
30 <configuration>
31 <artifacts>
e50763b5
MAL
32 <artifact>
33 <file>tracecompass-e4.5.target</file>
34 <type>target</type>
35 <classifier>tracecompass-e4.5</classifier>
36 </artifact>
33112414 37 <artifact>
8336b412 38 <file>tracecompass-eStaging.target</file>
33112414 39 <type>target</type>
8336b412 40 <classifier>tracecompass-eStaging</classifier>
33112414 41 </artifact>
33112414
AM
42 <!-- More targets could be added here -->
43 </artifacts>
44 </configuration>
45 </execution>
46 </executions>
47 </plugin>
48 </plugins>
49 </build>
50</project>
This page took 0.080129 seconds and 5 git commands to generate.