o Updated to maven-invoker-plugin:1.3
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@700377 13f79535-47bb-0310-9956-ffa450edef68master
parent
916118cb05
commit
ef52310e90
|
|
@ -265,22 +265,11 @@
|
|||
</profile>
|
||||
<profile>
|
||||
<id>run-its</id>
|
||||
<!-- TODO: Remove once maven-invoker-plugin:1.3 has been released -->
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>apache.snapshots</id>
|
||||
<name>Apache Snapshot Repository</name>
|
||||
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-invoker-plugin</artifactId>
|
||||
<version>1.3-SNAPSHOT</version>
|
||||
<version>1.3</version>
|
||||
<configuration>
|
||||
<debug>true</debug>
|
||||
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
|
||||
|
|
|
|||
Loading…
Reference in New Issue