blob: 4e90b056923a0e6a8fa4be0ce4ed4804d4df6435 [file] [log] [blame]
<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>
<artifactId>org.eclipse.libra_parent</artifactId>
<groupId>org.eclipse.libra</groupId>
<version>0.1.3-SNAPSHOT</version>
<relativePath>../../development/org.eclipse.libra.releng/pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.libra.warproducts.core.test</artifactId>
<packaging>eclipse-test-plugin</packaging>
<name>WAR Products Core Tests Plug-in</name>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>