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> <doxia-sitetoolsVersion>1.2</doxia-sitetoolsVersion>
<it.debug>true</it.debug> <it.debug>true</it.debug>
<mavenPluginPluginVersion>2.9</mavenPluginPluginVersion> <mavenPluginPluginVersion>2.9</mavenPluginPluginVersion>
<mavenInvokerPluginVersion>1.6</mavenInvokerPluginVersion>
</properties> </properties>
<dependencies> <dependencies>

View File

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

View File

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