Author: tchemit Date: 2012-05-23 15:43:51 +0200 (Wed, 23 May 2012) New Revision: 2514 Url: http://nuiton.org/repositories/revision/topia/2514 Log: do NOt launch tests on tck package Modified: trunk/topia-persistence-tck/pom.xml Modified: trunk/topia-persistence-tck/pom.xml =================================================================== --- trunk/topia-persistence-tck/pom.xml 2012-05-23 13:36:21 UTC (rev 2513) +++ trunk/topia-persistence-tck/pom.xml 2012-05-23 13:43:51 UTC (rev 2514) @@ -168,6 +168,21 @@ </dependencies> </plugin> </plugins> + + <pluginManagement> + <plugins> + + <!-- Do not launch tck-like tests here --> + <plugin> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <excludes> + <exclude>**/tck/**/*Test.java</exclude> + </excludes> + </configuration> + </plugin> + </plugins> + </pluginManagement> </build> </project>
participants (1)
-
tchemit@users.nuiton.org