commented out maven integrations tests for now

This commit is contained in:
Leonid Shalupov
2012-05-09 04:25:30 +04:00
parent a8d99180c9
commit 9f13d3b263
+4 -2
View File
@@ -56,6 +56,7 @@
<version>2.9</version>
</plugin>
<!--
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
<version>1.5</version>
@@ -65,8 +66,8 @@
<pomIncludes>
<pomInclude>*/pom.xml</pomInclude>
</pomIncludes>
<!--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>-->
&lt;!&ndash;This could speed up test by providing local repo as remote repo for test but might be tricky on different OS&ndash;&gt;
&lt;!&ndash;<settingsFile>src/it/settings.xml</settingsFile>&ndash;&gt;
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
<postBuildHookScript>verify.bsh</postBuildHookScript>
</configuration>
@@ -81,6 +82,7 @@
</execution>
</executions>
</plugin>
-->
</plugins>
</build>
</project>