Skip to content

Commit

Permalink
Configure m2e to ignore Flatten plugin
Browse files Browse the repository at this point in the history
Closes gh-840
  • Loading branch information
wilkinsona committed Feb 19, 2019
1 parent 4ed8089 commit fad1d14
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pom.xml
Expand Up @@ -346,6 +346,25 @@
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
flatten-maven-plugin
</artifactId>
<versionRange>
[1.0.0,)
</versionRange>
<goals>
<goal>flatten</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
Expand Down

0 comments on commit fad1d14

Please sign in to comment.