EGit v4.9.2.201712150930-r
[egit/eclipse.git] / org.eclipse.egit.target / pom.xml
blobba04fc4a6f5a2538d1517a55f7644c6d1acc9a6e
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3    Copyright (C) 2012, Matthias Sohn <matthias.sohn@sap.com>
5    All rights reserved. This program and the accompanying materials
6    are made available under the terms of the Eclipse Public License v1.0
7    which accompanies this distribution, and is available at
8    http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
11   xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
12   <modelVersion>4.0.0</modelVersion>
14   <artifactId>org.eclipse.egit.target</artifactId>
15   <packaging>pom</packaging>
16   <name>EGit Target Platform Definition</name>
18   <parent>
19     <groupId>org.eclipse.egit</groupId>
20     <artifactId>egit-parent</artifactId>
21     <version>4.9.2.201712150930-r</version>
22   </parent>
24   <build>
25     <plugins>
26       <plugin>
27         <groupId>org.codehaus.mojo</groupId>
28         <artifactId>build-helper-maven-plugin</artifactId>
29         <executions>
30           <execution>
31             <id>attach-artifacts</id>
32             <phase>package</phase>
33             <goals>
34               <goal>attach-artifact</goal>
35             </goals>
36             <configuration>
37               <artifacts>
38                 <artifact>
39                   <file>${target-platform}.target</file>
40                   <type>target</type>
41                   <classifier>${target-platform}</classifier>
42                 </artifact>
43               </artifacts>
44             </configuration>
45           </execution>
46         </executions>
47       </plugin>
48     </plugins>
49   </build>
50 </project>