Author: olamy Date: Wed Sep 10 04:11:57 2008 New Revision: 693789 URL: http://svn.apache.org/viewvc?rev=693789&view=rev Log: add codehaus snapshot repo for plexus-interpolation snapshot
Modified: maven/plugins/trunk/maven-war-plugin/pom.xml Modified: maven/plugins/trunk/maven-war-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/pom.xml?rev=693789&r1=693788&r2=693789&view=diff ============================================================================== --- maven/plugins/trunk/maven-war-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-war-plugin/pom.xml Wed Sep 10 04:11:57 2008 @@ -194,4 +194,17 @@ </build> </profile> </profiles> + <!-- remove when plexus-interpolation 1.6 released --> + <repositories> + <repository> + <id>snapshots.codehaus</id> + <url>http://snapshots.repository.codehaus.org/</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + </repositories> </project>