Author: jdcasey Date: Tue Dec 11 08:25:37 2007 New Revision: 603289 URL: http://svn.apache.org/viewvc?rev=603289&view=rev Log: Adding explicit snapshot-enabled section to the pom.
Modified: maven/plugins/trunk/maven-jar-plugin/pom.xml Modified: maven/plugins/trunk/maven-jar-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jar-plugin/pom.xml?rev=603289&r1=603288&r2=603289&view=diff ============================================================================== --- maven/plugins/trunk/maven-jar-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-jar-plugin/pom.xml Tue Dec 11 08:25:37 2007 @@ -223,6 +223,9 @@ <repository> <id>codehaus.snapshots</id> <url>http://snapshots.repository.codehaus.org</url> + <snapshots> + <enabled>true</enabled> + </snapshots> </repository> </repositories> </project>