Author: olamy Date: Sat Dec 24 00:13:42 2011 New Revision: 1222893 URL: http://svn.apache.org/viewvc?rev=1222893&view=rev Log: don't use same id for goal execution
Modified: tomcat/sandbox/trunk-mvn-build/apache-tomcat/pom.xml Modified: tomcat/sandbox/trunk-mvn-build/apache-tomcat/pom.xml URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-mvn-build/apache-tomcat/pom.xml?rev=1222893&r1=1222892&r2=1222893&view=diff ============================================================================== --- tomcat/sandbox/trunk-mvn-build/apache-tomcat/pom.xml (original) +++ tomcat/sandbox/trunk-mvn-build/apache-tomcat/pom.xml Sat Dec 24 00:13:42 2011 @@ -188,6 +188,7 @@ </build> <profiles> + <!-- could be fast to have it central repo deployed during commons-daemons release --> <profile> <id>commons-daemons-native-download</id> <activation> @@ -205,7 +206,7 @@ </configuration> <executions> <execution> - <id>http-download-single</id> + <id>download-commons-daemons-native-download</id> <phase>prepare-package</phase> <goals> <goal>download-single</goal> @@ -238,7 +239,7 @@ </configuration> <executions> <execution> - <id>http-download-single</id> + <id>download-tomcat-native-download</id> <phase>prepare-package</phase> <goals> <goal>download-single</goal> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org