Skip to content

Commit 2f52a8f

Browse files
authored
Merge pull request #93 from egineering-llc/feature/m2e-mappings
Feature/m2e mappings
2 parents b0ee625 + a499477 commit 2f52a8f

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<lifecycleMappingMetadata>
3+
<pluginExecutions>
4+
<pluginExecution>
5+
<pluginExecutionFilter>
6+
<goals>
7+
<goal>tag-master</goal>
8+
<goal>retarget-deploy</goal>
9+
<goal>promote-master</goal>
10+
</goals>
11+
</pluginExecutionFilter>
12+
<action>
13+
<ignore />
14+
</action>
15+
</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>
30+
</pluginExecutions>
31+
</lifecycleMappingMetadata>

0 commit comments

Comments
 (0)