-
Enhancement
-
Resolution: Done
-
Major
-
1.2.0.Final
The ProjectPlugin could introduce the addition and removal maven plugins, so it will be easy to register a new Maven plugin in the pom.xml project without the need to write a plugin for that.
The implementation could be like this:
MavenPluginBuilder processorPlugin = MavenPluginBuilder.create()
.setDependency( ... )
.addExecution( .. )
.addPluginDependency( ... );
project.getFacet(MavenPluginFacet.class).addPlugin(processorPlugin);
- is related to
-
FORGE-2047 Commands to add and remove Maven plugins into pom.xml
-
- Open
-