Author: tchemit Date: 2008-10-11 14:09:38 +0000 (Sat, 11 Oct 2008) New Revision: 896 Modified: lutinjaxx/trunk/maven-jaxx-plugin/changelog lutinjaxx/trunk/maven-jaxx-plugin/pom.xml Log: refactor tests of the plugin using maven-plugin-testing-harness plugin Modified: lutinjaxx/trunk/maven-jaxx-plugin/changelog =================================================================== --- lutinjaxx/trunk/maven-jaxx-plugin/changelog 2008-10-11 14:09:14 UTC (rev 895) +++ lutinjaxx/trunk/maven-jaxx-plugin/changelog 2008-10-11 14:09:38 UTC (rev 896) @@ -1,3 +1,4 @@ ver-0-5 chemit 20081002 - * 20081002 [chemit] Using lutinproject 3.0, changing groupId to org.codelutin + * 20081011 [chemit] refactor tests of the plugin using maven-plugin-testing-harness plugin + * 20081002 [chemit] Using lutinpluginproject 3.0, changing groupId to org.codelutin * 20081002 [chemit] Make nearly all tests works again... Modified: lutinjaxx/trunk/maven-jaxx-plugin/pom.xml =================================================================== --- lutinjaxx/trunk/maven-jaxx-plugin/pom.xml 2008-10-11 14:09:14 UTC (rev 895) +++ lutinjaxx/trunk/maven-jaxx-plugin/pom.xml 2008-10-11 14:09:38 UTC (rev 896) @@ -50,6 +50,12 @@ <artifactId>maven-project</artifactId> <scope>compile</scope> </dependency> + <dependency> + <groupId>org.apache.maven.shared</groupId> + <artifactId>maven-plugin-testing-harness</artifactId> + <version>1.1</version> + <scope>compile</scope> + </dependency> <dependency> <groupId>org.codelutin</groupId>