| <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> |
| <artifactId>org.eclipse.ease.modules.releng.p2</artifactId> |
| <packaging>eclipse-repository</packaging> |
| |
| <parent> |
| <groupId>org.eclipse.ease.modules</groupId> |
| <artifactId>org.eclipse.ease.modules.releng</artifactId> |
| <version>0.9.0-SNAPSHOT</version> |
| <relativePath>../org.eclipse.ease.modules.releng</relativePath> |
| </parent> |
| |
| <pluginRepositories> |
| <pluginRepository> |
| <id>jboss-public-repository-group</id> |
| <name>JBoss Public Repository Group</name> |
| <url>http://repository.jboss.org/nexus/content/groups/public/</url> |
| </pluginRepository> |
| </pluginRepositories> |
| |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>tycho-p2-repository-plugin</artifactId> |
| <version>${tycho.version}</version> |
| <configuration> |
| <repositoryName>EASE Modules</repositoryName> |
| </configuration> |
| </plugin> |
| </plugins> |
| </build> |
| </project> |