Description
Just adding a simple mapping just to ignore the plugin during incremental calls but running once during the import of a project.
Currently m2e itself has a hard coded ignore rule.
<?xml version="1.0" encoding="UTF-8"?> <lifecycleMappingMetadata> <pluginExecutions> <pluginExecution> <pluginExecutionFilter> <goals> <goal>enforce</goal> <goal>recommend</goal> </goals> </pluginExecutionFilter> <action> <execute> <runOnIncremental>false</runOnIncremental> <runOnConfiguration>true</runOnConfiguration> </execute> </action> </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata>
Attachments
Issue Links
- is related to
-
MDEP-674 maven-dependency-plugin should leverage plexus-build-api to support IDEs
- Closed