blob: 334217a7e3bc9900665ca849b1be3f34fac01d5c [file]
<?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>
<artifactId>org.eclipse.papyrusrt.tooling.releng</artifactId>
<groupId>org.eclipse.papyrusrt</groupId>
<version>0.7.2-SNAPSHOT</version>
<relativePath>../tooling/</relativePath>
</parent>
<artifactId>org.eclipse.papyrusrt.tooling.p2</artifactId>
<groupId>org.eclipse.papyrusrt</groupId>
<version>0.7.2-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>
<properties><eclipse.targetrelease>neon.tooling</eclipse.targetrelease></properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>