
Untitled
By: a guest on
Jun 3rd, 2012 | syntax:
XML | size: 1.13 KB | hits: 19 | expires: Never
<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>de.hswt.openmasp</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>../de.hswt.openmasp.main</module>
<module>../de.hswt.openmasp.ui.core</module>
<module>../de.hswt.openmasp.ds.core</module>
<module>../de.hswt.openmasp.lib.netcdf</module>
</modules>
<properties>
<tycho-version>0.14.1</tycho-version>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>${tycho-version}</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
<repositories>
<!-- configure p2 repository to resolve against -->
<repository>
<id>juno</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/juno/</url>
</repository>
</repositories>
</project>