commented out maven integrations tests for now
This commit is contained in:
@@ -56,6 +56,7 @@
|
|||||||
<version>2.9</version>
|
<version>2.9</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
<!--
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-invoker-plugin</artifactId>
|
<artifactId>maven-invoker-plugin</artifactId>
|
||||||
<version>1.5</version>
|
<version>1.5</version>
|
||||||
@@ -65,8 +66,8 @@
|
|||||||
<pomIncludes>
|
<pomIncludes>
|
||||||
<pomInclude>*/pom.xml</pomInclude>
|
<pomInclude>*/pom.xml</pomInclude>
|
||||||
</pomIncludes>
|
</pomIncludes>
|
||||||
<!--This could speed up test by providing local repo as remote repo for test but might be tricky on different OS-->
|
<!–This could speed up test by providing local repo as remote repo for test but might be tricky on different OS–>
|
||||||
<!--<settingsFile>src/it/settings.xml</settingsFile>-->
|
<!–<settingsFile>src/it/settings.xml</settingsFile>–>
|
||||||
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
|
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
|
||||||
<postBuildHookScript>verify.bsh</postBuildHookScript>
|
<postBuildHookScript>verify.bsh</postBuildHookScript>
|
||||||
</configuration>
|
</configuration>
|
||||||
@@ -81,6 +82,7 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
-->
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user