mirror of https://github.com/apache/maven.git
[MNG-4345] [regression] Plugin executions contributed by default lifecycle mapping execute after other plugin executions bound to the same phase
o Extended IT git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@812471 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d8c8aa79d9
commit
5937db3664
|
@ -65,6 +65,12 @@ under the License.
|
|||
<pathname>target/log.txt</pathname>
|
||||
<message>first</message>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<!-- NOTE: The id of this execution has been chosen to test interaction of MNG-3203 and execution order -->
|
||||
<id>default-resources</id>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
|
Loading…
Reference in New Issue