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:04:20 UTC

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

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


##########
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:
   eh, missed it :) I assumed maven build does not allow snapshots for some reason (and CI builds w/ snapshots would fail)



-- 
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