Skip to content

Commit

Permalink
[m2e] Tell m2e what it should do with this plugin (ie ignore during m…
Browse files Browse the repository at this point in the history
…2e executions)
  • Loading branch information
hazendaz authored and mathieucarbou committed May 27, 2023
1 parent a1cb8a9 commit 902b6c3
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<goals>
<goal>check</goal>
<goal>format</goal>
<goal>remove</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>

0 comments on commit 902b6c3

Please sign in to comment.