EGit v5.0.1.201806211838-r
[egit/eclipse.git] / org.eclipse.egit.target / pom.xml
blob6f02681c0f251907e37182aeb06dd652ab926226
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 2.0
7    which accompanies this distribution, and is available at
8    https://www.eclipse.org/legal/epl-2.0/
10    SPDX-License-Identifier: EPL-2.0
11 -->
12 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
13   xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
14   <modelVersion>4.0.0</modelVersion>
16   <artifactId>org.eclipse.egit.target</artifactId>
17   <packaging>pom</packaging>
18   <name>EGit Target Platform Definition</name>
20   <parent>
21     <groupId>org.eclipse.egit</groupId>
22     <artifactId>egit-parent</artifactId>
23     <version>5.0.1.201806211838-r</version>
24   </parent>
26   <build>
27     <plugins>
28       <plugin>
29         <groupId>org.codehaus.mojo</groupId>
30         <artifactId>build-helper-maven-plugin</artifactId>
31         <executions>
32           <execution>
33             <id>attach-artifacts</id>
34             <phase>package</phase>
35             <goals>
36               <goal>attach-artifact</goal>
37             </goals>
38             <configuration>
39               <artifacts>
40                 <artifact>
41                   <file>${target-platform}.target</file>
42                   <type>target</type>
43                   <classifier>${target-platform}</classifier>
44                 </artifact>
45               </artifacts>
46             </configuration>
47           </execution>
48         </executions>
49       </plugin>
50     </plugins>
51   </build>
52 </project>