blob: 7ff9180cc927eb7c21caa1d72751b0f42982964e [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>
<groupId>org.eclipse.rcptt</groupId>
<artifactId>rcptt-maven-modules</artifactId>
<version>2.0.1</version>
<packaging>pom</packaging>
<name>RCPTT maven support modules</name>
<url>http://eclipse.org/rcptt</url>
<distributionManagement>
<repository>
<id>repo.eclipse.org</id>
<name>RCPTT Repository - Releases</name>
<url>https://repo.eclipse.org/content/repositories/rcptt-releases/</url>
</repository>
<snapshotRepository>
<id>repo.eclipse.org</id>
<name>RCPTT Repository - Snapshots</name>
<url>https://repo.eclipse.org/content/repositories/rcptt-snapshots/</url>
</snapshotRepository>
</distributionManagement>
<modules>
<module>rcptt-maven-plugin</module>
<module>rcptt-maven-util</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<id>remove-old-installations</id>
<goals>
<goal>remove-project-artifact</goal>
</goals>
<configuration>
<removeAll>true</removeAll>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies/>
</project>