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)
Activity
Jason Dillon
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 1.0-alpha-2 [ 13891 ] |
Jason Dillon
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
If -Dmaven.repo.local=xxx is set then this is propagated to child builds.