Skip to content

Commit a499477

Browse files
committed
Configured lifecycle bindings for m2e, so that projects play nicer with Eclipse.
1 parent 2ac2b24 commit a499477

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,28 @@
44
<pluginExecution>
55
<pluginExecutionFilter>
66
<goals>
7-
<goal>enforce-versions</goal>
8-
<goal>retarget-deploy</goal>
9-
<goal>update-stage-dependencies</goal>
10-
<goal>set-properties</goal>
117
<goal>tag-master</goal>
8+
<goal>retarget-deploy</goal>
129
<goal>promote-master</goal>
1310
</goals>
1411
</pluginExecutionFilter>
1512
<action>
1613
<ignore />
1714
</action>
1815
</pluginExecution>
16+
<pluginExecution>
17+
<pluginExecutionFilter>
18+
<goals>
19+
<goal>enforce-versions</goal>
20+
<goal>set-properties</goal>
21+
<goal>update-stage-dependencies</goal>
22+
</goals>
23+
</pluginExecutionFilter>
24+
<action>
25+
<execute>
26+
<runOnIncremental>false</runOnIncremental>
27+
</execute>
28+
</action>
29+
</pluginExecution>
1930
</pluginExecutions>
2031
</lifecycleMappingMetadata>

0 commit comments

Comments
 (0)