bmarwell opened a new issue, #1555:
URL: https://github.com/apache/maven-mvnd/issues/1555

   ### Affected version
   
   1.0.4
   
   ### Bug description
   
   I think this is a bug, but could also be seen as a feature request.
   
   ## Description
   
   When a project contains a maven-plugin, e.g. 
https://github.com/mthmulders/polly/pull/877, then subsequent invocations of 
mvnd will not reload the changed plugins.
   
   For example, let's assume the Mojo is not thread safe.
   
   * change the Mojo to `threadSafe = false`
   * run `mvnd verify`
   * see the "threadSafe Warning`
   
   Then
   
   * change the Mojo back to `threadSafe = true`
   * run `mvnd verify` again
   * see that the Mojo is still not treated as threadsafe as it does not get 
reloaded
   
   
   ## Proposed solution
   
   * `mvnd` could just reload -SNAPSHOT versioned plugins of a reactor (or any 
plugin, really).
   
   That is easy to implement and is probably working for >> 90% of the cases


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