Author: hlship
Date: Thu Mar 8 08:48:23 2007
New Revision: 516094
URL: http://svn.apache.org/viewvc?view=rev&rev=516094
Log:
Update the generated POM to include necessary snapshot and plugin repositories.
Modified:
tapestry/tapestry5/quickstart/trunk/src/main/resources/archetype-resources/pom.xml
Modified:
tapestry/tapestry5/quickstart/trunk/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/quickstart/trunk/src/main/resources/archetype-resources/pom.xml?view=diff&rev=516094&r1=516093&r2=516094
==============================================================================
---
tapestry/tapestry5/quickstart/trunk/src/main/resources/archetype-resources/pom.xml
(original)
+++
tapestry/tapestry5/quickstart/trunk/src/main/resources/archetype-resources/pom.xml
Thu Mar 8 08:48:23 2007
@@ -95,6 +95,35 @@
</plugins>
</reporting>
+ <repositories>
+ <repository>
+ <id>apache.snapshots</id>
+ <url> http://people.apache.org/maven-snapshot-repository </url>
+ </repository>
+ <repository>
+ <id>codehaus.snapshots</id>
+ <url>http://snapshots.repository.codehaus.org</url>
+ </repository>
+ <!-- For access to the selenium JARs. -->
+ <repository>
+ <id>openqa</id>
+ <name>OpenQA Maven Repository</name>
+ <url>http://maven.openqa.org/</url>
+ </repository>
+ </repositories>
+
+ <pluginRepositories>
+ <pluginRepository>
+ <id>apache.snapshots</id>
+ <url> http://people.apache.org/repo/m2-snapshot-repository </url>
+ </pluginRepository>
+ <!-- A necessary version of the surefire plugin, 2.8-SNAPSHOT, lives here.
-->
+ <pluginRepository>
+ <id>howardlewisship.com</id>
+ <url>http://howardlewisship.com/repository</url>
+ </pluginRepository>
+ </pluginRepositories>
+
<properties>
<tapestry-release-version>5.0.3-SNAPSHOT</tapestry-release-version>