Author: olamy Date: Sat Jan 21 15:06:40 2012 New Revision: 1234339 URL: http://svn.apache.org/viewvc?rev=1234339&view=rev Log: ensure snapshot repositories are configured to be able to use archetype snapshots
Modified: tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/pom.xml Modified: tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/pom.xml?rev=1234339&r1=1234338&r2=1234339&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/pom.xml Sat Jan 21 15:06:40 2012 @@ -181,7 +181,21 @@ </dependencies> </dependencyManagement> - <!--pluginRepositories> + <repositories> + <repository> + <id>apache.snapshots</id> + <name>Apache Snapshots</name> + <url>https://repository.apache.org/content/groups/snapshots-group/</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + </repositories> + + <pluginRepositories> <pluginRepository> <id>apache.snapshots</id> <name>Apache Snapshots</name> @@ -190,8 +204,9 @@ <enabled>false</enabled> </releases> <snapshots> + <enabled>true</enabled> </snapshots> </pluginRepository> - </pluginRepositories--> + </pluginRepositories> </project> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org