gnodet commented on pull request #607:
URL: https://github.com/apache/maven/pull/607#issuecomment-975398292


   > > In the current state, using `maven-caching` as an extension fails 
because of https://issues.apache.org/jira/browse/MNG-7160 which I'm going to 
investigate.
   > 
   > in my case if maven-core dependency is 'provided' it works from 
extensions.xml, but fails if declared in POM.
   
   Yes, I have the same problem.
   The `ClassCastException` happens when adding the following to the pom.xml:
   ```
         <dependency>
             <groupId>org.apache.maven.scm</groupId>
             <artifactId>maven-scm-manager-plexus</artifactId>
             <version>1.12.0</version>
         </dependency>
   ```


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