blob: a92b26a974abd29efb3510f27df8d3351f21180f [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.designer</groupId>
<artifactId>org.eclipse.papyrus.designer.releng</artifactId>
<version>1.1.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.papyrus.designer.p2</artifactId>
<packaging>eclipse-repository</packaging>
<name>org.eclipse.papyrus.designer.p2</name>
<description>This plugin defines the update site of Designer plugins and feature.</description>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>