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-ffa450edef68master
parent
7a2ed415cd
commit
75987012b1
2
pom.xml
2
pom.xml
|
|
@ -63,7 +63,6 @@
|
||||||
</prerequisites>
|
</prerequisites>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>maven-plugin-plugin</module>
|
|
||||||
<module>maven-plugin-tools-generators</module>
|
<module>maven-plugin-tools-generators</module>
|
||||||
<module>maven-plugin-tools-api</module>
|
<module>maven-plugin-tools-api</module>
|
||||||
<module>maven-plugin-tools-java</module>
|
<module>maven-plugin-tools-java</module>
|
||||||
|
|
@ -74,6 +73,7 @@
|
||||||
<module>maven-plugin-tools-beanshell</module>
|
<module>maven-plugin-tools-beanshell</module>
|
||||||
<module>maven-plugin-tools-model</module>
|
<module>maven-plugin-tools-model</module>
|
||||||
<module>maven-script</module>
|
<module>maven-script</module>
|
||||||
|
<module>maven-plugin-plugin</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue