Browse Source

Use Maven Central repository

jochenberger 9 years ago
parent
commit
3a898dd8d7
1 changed files with 11 additions and 4 deletions
  1. 11 4
      frameworks/Java/tapestry/hello/pom.xml

+ 11 - 4
frameworks/Java/tapestry/hello/pom.xml

@@ -133,12 +133,19 @@ of testing facilities designed for use with TestNG (http://testng.org/), so it's
 
 
     <repositories>
     <repositories>
 
 
-        <!-- This repository is only needed when the Tapestry version is a preview release, rather
-             than a final release. -->
         <repository>
         <repository>
-            <id>apache-staging</id>
-            <url>https://repository.apache.org/content/groups/staging/</url>
+            <id>maven-central</id>
+            <url>https://repo1.maven.org/maven2</url>
+            <snapshots>
+              <enabled>false</enabled>
+            </snapshots>
         </repository>
         </repository>
+        <!-- This repository is only needed when the Tapestry version is a preview release, rather
+             than a final release. -->
+<!--         <repository> -->
+<!--             <id>apache-staging</id> -->
+<!--             <url>https://repository.apache.org/content/groups/staging/</url> -->
+<!--         </repository> -->
     </repositories>
     </repositories>
 
 
     <properties>
     <properties>