Author: olamy Date: Thu Aug 2 12:57:53 2012 New Revision: 1368441 URL: http://svn.apache.org/viewvc?rev=1368441&view=rev Log: configure version of failsafe plugin. force install of artifact in archetype it: should fix issue with m2 build on asf jenkins.
Modified: tomcat/maven-plugin/trunk/pom.xml tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1368441&r1=1368440&r2=1368441&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/pom.xml (original) +++ tomcat/maven-plugin/trunk/pom.xml Thu Aug 2 12:57:53 2012 @@ -587,6 +587,11 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> + <version>2.12</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-failsafe-plugin</artifactId> <version>${failsafe.version}</version> </plugin> <plugin> Modified: tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml?rev=1368441&r1=1368440&r2=1368441&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml Thu Aug 2 12:57:53 2012 @@ -38,7 +38,7 @@ <properties> <archetypeVersion>2.2</archetypeVersion> <tomcatPluginVersion>${project.version}</tomcatPluginVersion> - <archetypeItGoals>clean,verify</archetypeItGoals> + <archetypeItGoals>clean,install</archetypeItGoals> </properties> <build> @@ -113,7 +113,7 @@ <profile> <id>headless</id> <properties> - <archetypeItGoals>clean,verify,-Pheadless</archetypeItGoals> + <archetypeItGoals>clean,install,-Pheadless</archetypeItGoals> </properties> </profile> </profiles> Modified: tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml?rev=1368441&r1=1368440&r2=1368441&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml Thu Aug 2 12:57:53 2012 @@ -254,6 +254,7 @@ <its.http.port>${its.http.port}</its.http.port> <its.https.port>${its.https.port}</its.https.port> <its.ajp.port>${its.ajp.port}</its.ajp.port> + <java.io.tmpdir>${project.build.directory}</java.io.tmpdir> </systemPropertyVariables> </configuration> </execution> Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml?rev=1368441&r1=1368440&r2=1368441&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml Thu Aug 2 12:57:53 2012 @@ -332,6 +332,7 @@ <its.http.port>${its.http.port}</its.http.port> <its.https.port>${its.https.port}</its.https.port> <its.ajp.port>${its.ajp.port}</its.ajp.port> + <java.io.tmpdir>${project.build.directory}</java.io.tmpdir> </systemPropertyVariables> <redirectTestOutputToFile>false</redirectTestOutputToFile> <useFile>false</useFile> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org