releng: move master to build with Oxygen dependencies.
[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>
1a8de8a5 9 <version>3.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>
33112414
AM
14 <packaging>pom</packaging>
15
16 <build>
17 <plugins>
18 <plugin>
19 <groupId>org.codehaus.mojo</groupId>
20 <artifactId>build-helper-maven-plugin</artifactId>
61a548f0 21 <version>3.0.0</version>
33112414
AM
22 <executions>
23 <execution>
24 <id>attach-artifacts</id>
25 <phase>package</phase>
26 <goals>
27 <goal>attach-artifact</goal>
28 </goals>
29 <configuration>
30 <artifacts>
e50763b5
MAL
31 <artifact>
32 <file>tracecompass-e4.5.target</file>
33 <type>target</type>
34 <classifier>tracecompass-e4.5</classifier>
35 </artifact>
085af484
MAL
36 <artifact>
37 <file>tracecompass-e4.6.target</file>
38 <type>target</type>
39 <classifier>tracecompass-e4.6</classifier>
40 </artifact>
7202d56d
BH
41 <artifact>
42 <file>tracecompass-e4.7.target</file>
43 <type>target</type>
44 <classifier>tracecompass-e4.7</classifier>
45 </artifact>
33112414 46 <artifact>
8336b412 47 <file>tracecompass-eStaging.target</file>
33112414 48 <type>target</type>
8336b412 49 <classifier>tracecompass-eStaging</classifier>
33112414 50 </artifact>
33112414
AM
51 <!-- More targets could be added here -->
52 </artifacts>
53 </configuration>
54 </execution>
55 </executions>
56 </plugin>
57 </plugins>
58 </build>
59</project>
This page took 0.058982 seconds and 5 git commands to generate.