maven invoker plugin 1.6 for all modules

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1342546 13f79535-47bb-0310-9956-ffa450edef68
master
Olivier Lamy 2012-05-25 09:40:57 +00:00
parent 9e57eea052
commit 43e7709cf7
3 changed files with 3 additions and 1 deletions

View File

@ -58,7 +58,6 @@
<doxia-sitetoolsVersion>1.2</doxia-sitetoolsVersion>
<it.debug>true</it.debug>
<mavenPluginPluginVersion>2.9</mavenPluginPluginVersion>
<mavenInvokerPluginVersion>1.6</mavenInvokerPluginVersion>
</properties>
<dependencies>

View File

@ -83,7 +83,9 @@
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>${mavenInvokerPluginVersion}</version>
<configuration>
<debug>true</debug>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>

View File

@ -162,6 +162,7 @@
<siteUrl>http://maven.apache.org/plugin-tools/</siteUrl>
<mavenVersion>2.2.1</mavenVersion>
<antVersion>1.7.1</antVersion>
<mavenInvokerPluginVersion>1.6</mavenInvokerPluginVersion>
</properties>
<dependencyManagement>