blob: 772c17d43117bfe9a30f2cd864885269b046c862 [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>
<relativePath>../org.eclipse.app4mc.build/pom.xml</relativePath>
<groupId>org.eclipse.app4mc.build</groupId>
<artifactId>parent</artifactId>
<version>0.9.5-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.app4mc.target</artifactId>
<packaging>pom</packaging>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>${build-helper.version}</version>
<executions>
<execution>
<id>attach-artifacts</id>
<phase>package</phase>
<goals>
<goal>attach-artifact</goal>
</goals>
<configuration>
<artifacts>
<artifact>
<file>./PHOTON/_gen/_photon_platform_others_latest.target</file>
<type>target</type>
<classifier>_photon_platform_others_latest</classifier>
</artifact>
</artifacts>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>