r747 - in trunk: . src/it/check-auto-container/central src/it/check-auto-container/nuiton-other-releases
Author: tchemit Date: 2010-07-01 01:38:23 +0200 (Thu, 01 Jul 2010) New Revision: 747 Url: http://nuiton.org/repositories/revision/maven-helper-plugin/747 Log: fix temporary its (won't works with release) Modified: trunk/pom.xml trunk/src/it/check-auto-container/central/invoker.properties trunk/src/it/check-auto-container/nuiton-other-releases/invoker.properties Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-06-30 23:30:47 UTC (rev 746) +++ trunk/pom.xml 2010-06-30 23:38:23 UTC (rev 747) @@ -39,7 +39,7 @@ <artifactId>maven-helper-plugin</artifactId> - <version>1.2.6-SNAPSHOT</version> + <version>1.2.6</version> <dependencies> @@ -302,9 +302,9 @@ <!-- ************************************************************* --> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/maven-helper-plugin/trunk</connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/maven-helper-plugin/trunk</developerConnection> - <url>http://www.nuiton.org/repositories/browse/maven-helper-plugin/trunk</url> + <connection>scm:svn:http://svn.nuiton.org/svn/maven-helper-plugin/tags/maven-helper-plugin-1.2.6</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/maven-helper-plugin/tags/maven-helper-plugin-1.2.6</developerConnection> + <url>http://www.nuiton.org/repositories/browse/maven-helper-plugin/tags/maven-helper-plugin-1.2.6</url> </scm> <!-- ************************************************************* --> Modified: trunk/src/it/check-auto-container/central/invoker.properties =================================================================== --- trunk/src/it/check-auto-container/central/invoker.properties 2010-06-30 23:30:47 UTC (rev 746) +++ trunk/src/it/check-auto-container/central/invoker.properties 2010-06-30 23:38:23 UTC (rev 747) @@ -12,7 +12,7 @@ #invoker.mavenOpts=-Dfile.encoding=UTF-16 -Xms32m -Xmx256m # Possible values are "fail-fast" (default), "fail-at-end" and "fail-never" -invoker.failureBehavior=fail-at-end +invoker.failureBehavior=fail-never # The expected result of the build, possible values are "success" (default) and "failure" #invoker.buildResult=success Modified: trunk/src/it/check-auto-container/nuiton-other-releases/invoker.properties =================================================================== --- trunk/src/it/check-auto-container/nuiton-other-releases/invoker.properties 2010-06-30 23:30:47 UTC (rev 746) +++ trunk/src/it/check-auto-container/nuiton-other-releases/invoker.properties 2010-06-30 23:38:23 UTC (rev 747) @@ -12,7 +12,7 @@ #invoker.mavenOpts=-Dfile.encoding=UTF-16 -Xms32m -Xmx256m # Possible values are "fail-fast" (default), "fail-at-end" and "fail-never" -invoker.failureBehavior=fail-at-end +invoker.failureBehavior=fail-never # The expected result of the build, possible values are "success" (default) and "failure" #invoker.buildResult=success
participants (1)
-
tchemit@users.nuiton.org