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-ffa450edef68master
parent
9e57eea052
commit
43e7709cf7
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue