Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0-beta-2
-
Component/s: Plugins and Lifecycle
-
Labels:None
-
Complexity:Expert
Description
If plugin discovery is reactor aware, plugins that are part of a reactor build and are used to aid the build
can be used in one go. Else first the plugin should be installed, and then the rest of the project can
be built.
But mainly this aids in integration testing for plugins: the maven-it-plugin in sandbox can't add the current plugin
+ artifact to the lifecycle without making some methods public. If the plugin were to be discovered using the reactor,
those methods can remain private.
Issue Links
- is duplicated by
-
MNG-1883
it plugin not picking up the plugin being built (goes to the local repo instead)
-
-
MNG-2677
Plugin discovery not reactor aware
-
- is related to
-
MNG-249
compile and package should be reactor-aware
-
- relates to
-
MNG-2135
multi-project build that creates it's own plugins needs bootstrapping
-
opening a new issue as I have not hooked in plugin's dependencies, reports, or extensions yet