|
|
|
@ -67,6 +67,28 @@
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-invoker-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
|
|
|
|
|
<settingsFile>src/it/settings.xml</settingsFile>
|
|
|
|
|
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
|
|
|
|
|
<postBuildHookScript>verify</postBuildHookScript>
|
|
|
|
|
<addTestClassPath>true</addTestClassPath>
|
|
|
|
|
<skipInvocation>${skipTests}</skipInvocation>
|
|
|
|
|
<streamLogs>true</streamLogs>
|
|
|
|
|
</configuration>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>integration-test</id>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>install</goal>
|
|
|
|
|
<goal>run</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
<reporting>
|
|
|
|
|