You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/04/13 13:01:37 UTC

[GitHub] [maven] slawekjaranowski commented on a diff in pull request #719: [MNG-7453] Upgrade Maven Resolver to 1.8.0 in maven-4.x

slawekjaranowski commented on code in PR #719:
URL: https://github.com/apache/maven/pull/719#discussion_r849455129


##########
pom.xml:
##########
@@ -45,6 +45,19 @@ under the License.
   <url>https://maven.apache.org/ref/${project.version}/</url>
   <inceptionYear>2001</inceptionYear>
 
+  <repositories>
+    <repository>
+      <id>repository.apache.org</id>
+      <url>https://repository.apache.org/content/repositories/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>

Review Comment:
   There is in ASF pom ....
   https://github.com/apache/maven-apache-parent/blob/master/pom.xml#L110-L129
   Is it not the same?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org