maven: local repository for maven plugin integration test moved out of target/
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
local-repo
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
</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>local-repo</localRepositoryPath>
|
||||||
<postBuildHookScript>verify.bsh</postBuildHookScript>
|
<postBuildHookScript>verify.bsh</postBuildHookScript>
|
||||||
<streamLogs>true</streamLogs>
|
<streamLogs>true</streamLogs>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|||||||
Reference in New Issue
Block a user