[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:
Benjamin Bentmann 2009-09-08 11:44:28 +00:00
parent d8c8aa79d9
commit 5937db3664
1 changed files with 6 additions and 0 deletions

View File

@ -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>