blob: 8eb577d5eb1cfaf9cb170d99c5d75f258b397bde [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.gmf.notation</groupId>
<artifactId>org.eclipse.gmf.notation.releng</artifactId>
<version>1.11.0-SNAPSHOT</version>
<relativePath>../org.eclipse.gmf.notation.releng/pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.gmf.notation.repository</artifactId>
<version>1.11.0-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>
<profiles>
<profile>
<id>hudson.eclipse.org</id>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
<version>${cbi-plugins.version}</version>
<executions>
<execution>
<id>sign</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<pluginRepositories>
<pluginRepository>
<id>maven.eclipse.org</id>
<url>http://maven.eclipse.org/nexus/content/groups/public/</url>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
<pluginRepositories>
<pluginRepository>
<id>CBI</id>
<url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
</pluginRepository>
</pluginRepositories>
<groupId>org.eclipse.gmf.notation</groupId>
</project>