desruisseaux opened a new pull request, #1009:
URL: https://github.com/apache/maven-compiler-plugin/pull/1009

   As of December 21, the 
https://oss.sonatype.org/content/repositories/plexus-snapshots URL produces an 
HTTP error 503, which cause the `src/it/MCOMPILER-522-unresolvable-dependency/` 
integration test. That test contains the following dependency:
   
   ```xml
   <annotationProcessorPaths>
     <path>
       <groupId>org.apache.maven.plugins.compiler.it</groupId>
       <artifactId>annotation-processor-non-existing</artifactId>
       <version>1.0-SNAPSHOT</version>
     </path>
   </annotationProcessorPaths>
   ```
   
   Because that dependency is not found on Maven central, it was searched on 
Plexus snapshots.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to