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