Author: tchemit Date: 2010-06-19 16:57:35 +0200 (Sat, 19 Jun 2010) New Revision: 729 Url: http://nuiton.org/repositories/revision/maven-helper-plugin/729 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:40:06 UTC (rev 728) +++ tags/maven-helper-plugin-1.2.5/src/it/check-auto-container/central/pom.xml 2010-06-19 14:57:35 UTC (rev 729) @@ -61,7 +61,7 @@ <failIfNotSafe>true</failIfNotSafe> <verbose>true</verbose> <repositories> - <local>file:///@localRepository@</local> + <local>file://${basedir}/../../../local-repo</local> </repositories> </configuration> </execution> 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:40:06 UTC (rev 728) +++ tags/maven-helper-plugin-1.2.5/src/it/check-auto-container/nuiton-other-releases/pom.xml 2010-06-19 14:57:35 UTC (rev 729) @@ -70,9 +70,7 @@ <nuiton-central-releases> http://nexus.nuiton.org/nexus/content/repositories/nuiton-other-releases </nuiton-central-releases> - <repositories> - <local>file:///@localRepository@</local> - </repositories> + <local>file://${basedir}/../../../local-repo</local> </repositories> </configuration> </execution>
participants (1)
-
tchemit@users.nuiton.org