Author: tchemit Date: 2010-06-19 17:47:59 +0200 (Sat, 19 Jun 2010) New Revision: 730 Url: http://nuiton.org/repositories/revision/maven-helper-plugin/730 Log: fix its when release version is not yet available from any central safe repository Modified: trunk/src/it/check-auto-container/central/pom.xml trunk/src/it/check-auto-container/nuiton-other-releases/pom.xml trunk/src/it/check-auto-container/unsafe-central/pom.xml Modified: trunk/src/it/check-auto-container/central/pom.xml =================================================================== --- trunk/src/it/check-auto-container/central/pom.xml 2010-06-19 14:57:35 UTC (rev 729) +++ trunk/src/it/check-auto-container/central/pom.xml 2010-06-19 15:47:59 UTC (rev 730) @@ -60,6 +60,9 @@ <addMavenCentral>true</addMavenCentral> <failIfNotSafe>true</failIfNotSafe> <verbose>true</verbose> + <repositories> + <local>file:///@localRepository@</local> + </repositories> </configuration> </execution> </executions> Modified: trunk/src/it/check-auto-container/nuiton-other-releases/pom.xml =================================================================== --- trunk/src/it/check-auto-container/nuiton-other-releases/pom.xml 2010-06-19 14:57:35 UTC (rev 729) +++ trunk/src/it/check-auto-container/nuiton-other-releases/pom.xml 2010-06-19 15:47:59 UTC (rev 730) @@ -70,6 +70,7 @@ <nuiton-central-releases> http://nexus.nuiton.org/nexus/content/repositories/nuiton-other-releases </nuiton-central-releases> + <local>file://${basedir}/../../../local-repo</local> </repositories> </configuration> </execution> Modified: trunk/src/it/check-auto-container/unsafe-central/pom.xml =================================================================== --- trunk/src/it/check-auto-container/unsafe-central/pom.xml 2010-06-19 14:57:35 UTC (rev 729) +++ trunk/src/it/check-auto-container/unsafe-central/pom.xml 2010-06-19 15:47:59 UTC (rev 730) @@ -67,6 +67,9 @@ <verbose>true</verbose> <addMavenCentral>true</addMavenCentral> <failIfNotSafe>true</failIfNotSafe> + <repositories> + <local>file://${basedir}/../../../local-repo</local> + </repositories> </configuration> </execution> </executions>