[Buix-commits] r908 - lutinjaxx/trunk/maven-jaxx-plugin
Author: tchemit Date: 2008-10-14 13:25:31 +0000 (Tue, 14 Oct 2008) New Revision: 908 Modified: lutinjaxx/trunk/maven-jaxx-plugin/pom.xml Log: add dependency verifier to build examples Modified: lutinjaxx/trunk/maven-jaxx-plugin/pom.xml =================================================================== --- lutinjaxx/trunk/maven-jaxx-plugin/pom.xml 2008-10-14 13:24:27 UTC (rev 907) +++ lutinjaxx/trunk/maven-jaxx-plugin/pom.xml 2008-10-14 13:25:31 UTC (rev 908) @@ -50,14 +50,22 @@ <artifactId>maven-project</artifactId> <scope>compile</scope> </dependency> - <dependency> + + <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-plugin-testing-harness</artifactId> - <version>1.1</version> - <scope>compile</scope> + <version>1.1</version> + <scope>test</scope> </dependency> <dependency> + <groupId>org.apache.maven.shared</groupId> + <artifactId>maven-verifier</artifactId> + <version>1.0</version> + <scope>test</scope> + </dependency> + + <dependency> <groupId>org.codelutin</groupId> <artifactId>lutinpluginutil</artifactId> <scope>compile</scope>
participants (1)
-
tchemit@users.labs.libre-entreprise.org