avoid it running twice
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/branches/MPLUGIN-189@1331611 13f79535-47bb-0310-9956-ffa450edef68master
parent
0ee73352c3
commit
3c1c831de4
|
|
@ -274,30 +274,23 @@
|
||||||
<profile>
|
<profile>
|
||||||
<id>run-its</id>
|
<id>run-its</id>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<pluginManagement>
|
||||||
<plugin>
|
<plugins>
|
||||||
<artifactId>maven-invoker-plugin</artifactId>
|
<plugin>
|
||||||
<configuration>
|
<artifactId>maven-invoker-plugin</artifactId>
|
||||||
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
|
<configuration>
|
||||||
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
|
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
|
||||||
<filterProperties>
|
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
|
||||||
<sitePluginVersion>3.0</sitePluginVersion>
|
<filterProperties>
|
||||||
</filterProperties>
|
<sitePluginVersion>3.0</sitePluginVersion>
|
||||||
<goals>
|
</filterProperties>
|
||||||
<goal>verify</goal>
|
|
||||||
</goals>
|
|
||||||
</configuration>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>integration-test</id>
|
|
||||||
<goals>
|
<goals>
|
||||||
<goal>install</goal>
|
<goal>verify</goal>
|
||||||
<goal>run</goal>
|
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</configuration>
|
||||||
</executions>
|
</plugin>
|
||||||
</plugin>
|
</plugins>
|
||||||
</plugins>
|
</pluginManagement>
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue