avoid it running twice

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/branches/MPLUGIN-189@1331611 13f79535-47bb-0310-9956-ffa450edef68
master
Olivier Lamy 2012-04-27 22:07:49 +00:00
parent 0ee73352c3
commit 3c1c831de4
1 changed files with 15 additions and 22 deletions

View File

@ -274,6 +274,7 @@
<profile>
<id>run-its</id>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
@ -287,17 +288,9 @@
<goal>verify</goal>
</goals>
</configuration>
<executions>
<execution>
<id>integration-test</id>
<goals>
<goal>install</goal>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
</build>
</profile>
</profiles>