1 <?xml version="1.0" encoding="UTF-8"?>
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
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>
19 <groupId>org.eclipse.egit</groupId>
20 <artifactId>egit-parent</artifactId>
21 <version>4.2.0-SNAPSHOT</version>
27 <groupId>org.codehaus.mojo</groupId>
28 <artifactId>build-helper-maven-plugin</artifactId>
31 <id>attach-artifacts</id>
32 <phase>package</phase>
34 <goal>attach-artifact</goal>
39 <file>${target-platform}.target</file>
41 <classifier>${target-platform}</classifier>