maroschutte opened a new issue, #12497:
URL: https://github.com/apache/maven/issues/12497

   ### Affected version
   
   3.10.0-rc-1
   
   ### Bug description
   
   When testing maven 3.10.0-rc-1 I found that the 
org.codehaus.mojo:jaxws-maven-plugin didn't work any longer.
   
   Debugging this problem, I found that the 
org.apache.maven.plugin.descriptor.PluginDescriptor.getArtifacts() method now 
returns org.apache.maven.artifact.Artifact instances that return 'null' on 
their getScope() method. In maven 3.9.16 (and all versions before) the actual 
scope was returned (for instance "compile" or "runtime").
   
   As far as I can tell this is a bug/regression on maven 3.10 which is 
possibly introduced by the introduction of resolver version 2


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