Olivier Lamy 2012-04-27 22:10:12 +00:00
commit ef7a965551
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>