Author: tchemit Date: 2010-06-20 12:57:42 +0200 (Sun, 20 Jun 2010) New Revision: 732 Url: http://nuiton.org/repositories/revision/maven-helper-plugin/732 Log: fix it Modified: trunk/src/it/check-auto-container/unsafe-central/pom.xml Modified: trunk/src/it/check-auto-container/unsafe-central/pom.xml =================================================================== --- trunk/src/it/check-auto-container/unsafe-central/pom.xml 2010-06-19 18:56:02 UTC (rev 731) +++ trunk/src/it/check-auto-container/unsafe-central/pom.xml 2010-06-20 10:57:42 UTC (rev 732) @@ -67,9 +67,9 @@ <verbose>true</verbose> <addMavenCentral>true</addMavenCentral> <failIfNotSafe>true</failIfNotSafe> - <repositories> + <!--repositories> <local>file://${basedir}/../../../local-repo</local> - </repositories> + </repositories--> </configuration> </execution> </executions>