Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-alpha-1
-
Fix Version/s: 1.0-alpha-2
-
Labels:None
-
Number of attachments :
Description
The test projects need to be started with the same local repo as the main project. If you try and run with a clean repo and do mvn -Dmaven.repo.local=xxx, the tests will fail because the test version isn't in the default local repo (it's in the -D.... one)
If -Dmaven.repo.local=xxx is set then this is propagated to child builds.