What about the quickstart pom? I guess we have to figure out where to put archetype-metadata.xml,
any ideas how to migrate that to apache nexus?
Uli
On 23.03.2010 00:41, [email protected] wrote:
Author: hlship
Date: Mon Mar 22 23:41:05 2010
New Revision: 926401
URL: http://svn.apache.org/viewvc?rev=926401&view=rev
Log:
TAP5-1069: Tapestry POM should reference only the Apache Nexus repository, not
the tapestry.formos.com repository
Modified:
tapestry/tapestry5/trunk/pom.xml
Modified: tapestry/tapestry5/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/pom.xml?rev=926401&r1=926400&r2=926401&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/pom.xml (original)
+++ tapestry/tapestry5/trunk/pom.xml Mon Mar 22 23:41:05 2010
@@ -136,11 +136,6 @@
</developer>
</developers>
-<ciManagement>
-<system>bamboo</system>
-<url>http://tapestry.formos.com/bamboo/</url>
-</ciManagement>
-
<mailingLists>
<mailingList>
<name>Tapestry User List</name>
@@ -397,24 +392,6 @@
</reporting>
</profile>
-<profile>
-<!-- ci: Running inside the Bamboo CI server and deploying to the snapshot
repository and nightly web site. -->
-<id>ci</id>
-<distributionManagement>
-<repository>
-<id>tapestry</id>
-<url>file:/var/www/maven-repository</url>
-</repository>
-<snapshotRepository>
-<id>tapestry-snapshot</id>
-<url>file:/var/www/maven-snapshot-repository</url>
-</snapshotRepository>
-<site>
-<url>file:/var/www/nightly/tapestry5</url>
-</site>
-</distributionManagement>
-</profile>
-
</profiles>
<reporting>
<plugins>
@@ -436,37 +413,7 @@
</plugin>
</plugins>
</reporting>
-<repositories>
-<repository>
-<id>tapestry</id>
-<url>http://tapestry.formos.com/maven-repository</url>
-</repository>
-<repository>
-<id>tapestry-snapshot</id>
-<url>http://tapestry.formos.com/maven-snapshot-repository</url>
-<snapshots>
-<enabled>true</enabled>
-</snapshots>
-</repository>
-<!-- Pick up the selenium JARs. -->
-<repository>
-<id>OpenQA_Release</id>
-<name>OpenQA Release Repository</name>
-<url>http://archiva.openqa.org/repository/releases</url>
-</repository>
-</repositories>
-<pluginRepositories>
-<pluginRepository>
-<id>tapestry</id>
-<url>http://tapestry.formos.com/maven-repository</url>
-</pluginRepository>
-<!-- I believe the Cobertura plugin lives here. -->
-<pluginRepository>
-<id>codehaus.snapshots</id>
-<url>http://snapshots.repository.codehaus.org</url>
-</pluginRepository>
-</pluginRepositories>
<!--
Check out http://maven.apache.org/developers/committer-settings.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]