Author: tchemit Date: 2010-06-19 16:40:06 +0200 (Sat, 19 Jun 2010) New Revision: 728 Url: http://nuiton.org/repositories/revision/maven-helper-plugin/728 Log: fix it when version is still not in any central repository Modified: tags/maven-helper-plugin-1.2.5/src/it/check-auto-container/central/pom.xml tags/maven-helper-plugin-1.2.5/src/it/check-auto-container/nuiton-other-releases/pom.xml Modified: tags/maven-helper-plugin-1.2.5/src/it/check-auto-container/central/pom.xml =================================================================== --- tags/maven-helper-plugin-1.2.5/src/it/check-auto-container/central/pom.xml 2010-06-19 14:30:51 UTC (rev 727) +++ tags/maven-helper-plugin-1.2.5/src/it/check-auto-container/central/pom.xml 2010-06-19 14:40:06 UTC (rev 728) @@ -60,6 +60,9 @@ <addMavenCentral>true</addMavenCentral> <failIfNotSafe>true</failIfNotSafe> <verbose>true</verbose> + <repositories> + <local>file:///@localRepository@</local> + </repositories> </configuration> </execution> </executions> Modified: tags/maven-helper-plugin-1.2.5/src/it/check-auto-container/nuiton-other-releases/pom.xml =================================================================== --- tags/maven-helper-plugin-1.2.5/src/it/check-auto-container/nuiton-other-releases/pom.xml 2010-06-19 14:30:51 UTC (rev 727) +++ tags/maven-helper-plugin-1.2.5/src/it/check-auto-container/nuiton-other-releases/pom.xml 2010-06-19 14:40:06 UTC (rev 728) @@ -70,6 +70,9 @@ <nuiton-central-releases> http://nexus.nuiton.org/nexus/content/repositories/nuiton-other-releases </nuiton-central-releases> + <repositories> + <local>file:///@localRepository@</local> + </repositories> </repositories> </configuration> </execution>