Skip to content

Commit

Permalink
Merge pull request #5616 from mstahv/version-3.8.0-branch
Browse files Browse the repository at this point in the history
Added hint for m2e to behave
  • Loading branch information
lukaseder committed Oct 31, 2016
2 parents fdb2962 + 7fc99ab commit 8e5a5e8
Showing 1 changed file with 18 additions and 0 deletions.
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<goals>
<goal>generate</goal>
</goals>
</pluginExecutionFilter>
<action>
<execute>
<runOnIncremental>false</runOnIncremental>
<runOnConfiguration>true</runOnConfiguration>
</execute>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>

0 comments on commit 8e5a5e8

Please sign in to comment.