Move maven-plugin-plugin to end, so all reactor projects are ready to be installed by the maven-invoker-plugin for the integration-tests

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1648767 13f79535-47bb-0310-9956-ffa450edef68
master
Robert Scholte 2014-12-31 19:07:32 +00:00
parent 7a2ed415cd
commit 75987012b1
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,6 @@
</prerequisites>
<modules>
<module>maven-plugin-plugin</module>
<module>maven-plugin-tools-generators</module>
<module>maven-plugin-tools-api</module>
<module>maven-plugin-tools-java</module>
@ -74,6 +73,7 @@
<module>maven-plugin-tools-beanshell</module>
<module>maven-plugin-tools-model</module>
<module>maven-script</module>
<module>maven-plugin-plugin</module>
</modules>
<scm>