Author: andyhot
Date: Wed Nov 25 02:28:03 2009
New Revision: 883963

URL: http://svn.apache.org/viewvc?rev=883963&view=rev
Log:
Unneeded repositories - everything used comes from central

Modified:
    tapestry/tapestry5/branches/5.0/pom.xml

Modified: tapestry/tapestry5/branches/5.0/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.0/pom.xml?rev=883963&r1=883962&r2=883963&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.0/pom.xml (original)
+++ tapestry/tapestry5/branches/5.0/pom.xml Wed Nov 25 02:28:03 2009
@@ -379,54 +379,6 @@
             </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>
-
-    <!-- Be sure to have the following in your ~/.m2/settings.xml
-
-      <servers>
-      <server> <id>tapestry</id> <username>hlship</username>  </server>
-      </servers>
-
-      Adjust for your personal apache.org user name. Otherwise (especially on 
Windows),
-      Maven and ssh trip over the user name when remote logging in.
-
-      The <id> element below is used to rendevous with server data from 
settings.xml
-      in order to determine meta-information such as remote username.
-
-      Don't put your password in settings.xml; just upload to apache.org your
-      public key and make sure to ssh-add before invoking Maven.
-
-    -->
 
     <distributionManagement>
         <site>


Reply via email to