blob: 74a84bfcf3a228c0f8e87f4c3f7e263072fc0af7 [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.papyrus.cdo.server-releng</groupId>
<artifactId>org.eclipse.papyrus.cdo.server.main.releng</artifactId>
<version>1.0.0</version>
</parent>
<groupId>org.eclipse.papyrus.cdo.server-releng</groupId>
<artifactId>org.eclipse.papyrus.cdo.server.h2.target.photon</artifactId>
<packaging>eclipse-target-definition</packaging>
<description>This plugin contains the photon target</description>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>${tycho-version}</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>