Author: brett Date: Fri Jul 4 01:33:55 2008 New Revision: 673956 URL: http://svn.apache.org/viewvc?rev=673956&view=rev Log: add snapshot repo for shade plugin
Modified: maven/components/branches/maven-2.0.x/apache-maven/pom.xml Modified: maven/components/branches/maven-2.0.x/apache-maven/pom.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/apache-maven/pom.xml?rev=673956&r1=673955&r2=673956&view=diff ============================================================================== --- maven/components/branches/maven-2.0.x/apache-maven/pom.xml (original) +++ maven/components/branches/maven-2.0.x/apache-maven/pom.xml Fri Jul 4 01:33:55 2008 @@ -29,6 +29,16 @@ <artifactId>apache-maven</artifactId> <name>Maven Distribution</name> + <pluginRepositories> + <pluginRepository> + <id>apache.snapshots</id> + <url>http://people.apache.org/repo/m2-snapshot-repository</url> + <releases> + <enabled>false</enabled> + </releases> + </pluginRepository> + </pluginRepositories> + <build> <plugins> <plugin>