소스 검색

Use Maven Central repository

jochenberger 9 년 전
부모
커밋
3a898dd8d7
1개의 변경된 파일11개의 추가작업 그리고 4개의 파일을 삭제
  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>
 
-        <!-- 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>
+            <id>maven-central</id>
+            <url>https://repo1.maven.org/maven2</url>
+            <snapshots>
+              <enabled>false</enabled>
+            </snapshots>
         </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>
 
     <properties>