maven: local repository for maven plugin integration test moved out of target/

This commit is contained in:
Leonid Shalupov
2013-02-22 19:13:12 +04:00
parent 7c3307cd60
commit 0e6e9af34d
2 changed files with 2 additions and 1 deletions
@@ -0,0 +1 @@
local-repo
+1 -1
View File
@@ -83,7 +83,7 @@
</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>-->
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
<localRepositoryPath>local-repo</localRepositoryPath>
<postBuildHookScript>verify.bsh</postBuildHookScript>
<streamLogs>true</streamLogs>
</configuration>