blob: 38a2b703cf7397ef98ae57f4d8885607ee3fbedd [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.gemini.management</groupId>
<artifactId>org.eclipse.gemini.management_parent</artifactId>
<version>1.0.3.RELEASE</version>
<relativePath>../gemini.management.releng/pom.xml</relativePath>
</parent>
<artifactId>target-platform</artifactId>
<packaging>pom</packaging>
<name>Gemini Management Target Platform</name>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.3</version>
<executions>
<execution>
<id>attach-artifacts</id>
<phase>package</phase>
<goals>
<goal>attach-artifact</goal>
</goals>
<configuration>
<artifacts>
<artifact>
<file>gemini-management.target</file>
<type>target</type>
<classifier>gemini-management</classifier>
</artifact>
</artifacts>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>