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 2023/01/12 22:55:18 UTC

[GitHub] [maven-compiler-plugin] psiroky commented on a diff in pull request #167: [MCOMPILER-520] Upgrade parent to version 39 + reformat code

psiroky commented on code in PR #167:
URL: https://github.com/apache/maven-compiler-plugin/pull/167#discussion_r1068748398


##########
pom.xml:
##########
@@ -208,6 +193,19 @@ under the License.
     </dependency>
   </dependencies>
 
+  <repositories>
+    <repository>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+      <id>plexus.snapshots</id>
+      <url>https://oss.sonatype.org/content/repositories/plexus-snapshots</url>
+    </repository>
+  </repositories>

Review Comment:
   I am wondering if this correct? Should we have another repository directly hardcoded in the POM?
   
   I know this has been used to get SNAPSHOTS in the past, but currently the plexus-compiler is a release version, and I assume it should stay that way. 



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