opends/pom.xml
@@ -170,4 +170,32 @@ </plugin> </plugins> </build> <profiles> <profile> <id>tests-only</id> <build> <plugins> <plugin> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> <id>compile</id> <phase>compile</phase> <goals> <goal>run</goal> </goals> <configuration> <target> <!-- We need to significantly refactor build.xml in order to split this up any more --> <ant target="test" /> </target> </configuration> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>