blob: 43aba633b8c12176f9e066dd023d4558da7dde36 [file]
<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>
<name>CodeCompansator - Xtext Runtime updatesite</name>
<groupId>org.eclipse.fx.code.compensator</groupId>
<artifactId>org.eclipse.fx.code.compensator.xtext.runtime.updatesite</artifactId>
<packaging>eclipse-update-site</packaging>
<parent>
<groupId>org.eclipse.fx.code.compensator</groupId>
<artifactId>org.eclipse.fx.code.compensator.xtext.runtime.releng</artifactId>
<relativePath>../org.eclipse.fx.code.compensator.xtext.runtime.releng/pom.xml</relativePath>
<version>1.0.0-SNAPSHOT</version>
</parent>
<properties>
<p2repo-zip-path>${project.build.directory}/site_assembly.zip</p2repo-zip-path>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId>
<configuration>
<archiveSite>true</archiveSite>
</configuration>
</plugin>
</plugins>
</build>
</project>