Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Incomplete
-
Affects Version/s: 2.2, 2.2.1
-
Fix Version/s: None
-
Component/s: perform
-
Labels:None
-
Environment:accurev scm provider
-
Number of attachments :
Description
During perform, the fix for MRELEASE-457 changes the checkout directory by appending the checkout path, later the release manager appends it again in determineWorkingDirectory(). As a result maven cannot find the checked out project.
Please see attached log file with -X output, specifically line 1541 that shows the correct project path, however, when it comes to running the deploy command, it appends project path again as indicated by line 1553.
These lines interest me. Do you have any clue why base directory is a file on not a directory? This is probably the root of the problem.
Could you attach your environment? (result of mvn -v