Skip to content

Commit

Permalink
Merge pull request apache#192 from jorsol/m2e-lifecycle-mapping
Browse files Browse the repository at this point in the history
fix: Add lifecycle mapping metadata for M2E (Eclipse)
  • Loading branch information
lasselindqvist committed Jan 18, 2021
2 parents c961dcf + e11ad3b commit 3458b50
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<goals>
<goal>clean</goal>
<goal>flatten</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>

0 comments on commit 3458b50

Please sign in to comment.