Author: brett Date: Fri Nov 2 04:06:38 2007 New Revision: 591302 URL: http://svn.apache.org/viewvc?rev=591302&view=rev Log: add the plguin repository required for the site plugin snapshot
Modified: maven/doxia/site/pom.xml Modified: maven/doxia/site/pom.xml URL: http://svn.apache.org/viewvc/maven/doxia/site/pom.xml?rev=591302&r1=591301&r2=591302&view=diff ============================================================================== --- maven/doxia/site/pom.xml (original) +++ maven/doxia/site/pom.xml Fri Nov 2 04:06:38 2007 @@ -191,4 +191,12 @@ </plugins> </reporting> + <pluginRepositories> + <pluginRepository> + <id>apache.snapshots</id> + <name>Apache Snapshot Repository</name> + <url>http://people.apache.org/repo/m2-snapshot-repository</url> + </pluginRepository> + </pluginRepositories> + </project>