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-unsubscr...@maven.apache.org

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

Reply via email to