blob: 982a806e08724b9f5dc0f20a812b0e2199615f32 [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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.papyrus.cdo.server-products</groupId>
<artifactId>org.eclipse.papyrus.cdo.server.products</artifactId>
<version>1.0.0</version>
</parent>
<artifactId>org.eclipse.papyrus.cdo.server.h2.product</artifactId>
<packaging>eclipse-repository</packaging>
<description>This plugins defines the product used in Papyrus CDO Server using H2 DataBase.</description>
<groupId>org.eclipse.papyrus.cdo.server-product</groupId>
<version>1.0.0</version>
<name>org.eclipse.papyrus.cdo.server.h2.product</name>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>${tycho-version}</version>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-director-plugin</artifactId>
<version>${tycho-version}</version>
<executions>
<execution>
<id>materialize-products</id>
<goals>
<goal>materialize-products</goal>
</goals>
</execution>
<execution>
<id>archive-products</id>
<goals>
<goal>archive-products</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>