Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
3.8.2
-
None
-
None
-
Edition: Windows 10 Enterprise 2016 LTSB
Version: 1607
Maven Version: 3.8.2
Running commands in Git-Bash for Windows (2.33.0.windows.1)
Description
the exit code of mvn running archetype:generate is always 1 which indicates an error for bash even when generating an archetype succeeded
we use some bash scripts which validate the exit code and with maven 3.8.2 our scripts don't work anymore, we did not have any problems with maven 3.8.1!
How to reproduce
- run mvn archetype:generate
- choose any archetype
- wait until the build succeeded
- run echo $?
- the output will be 1
Expected Result
output of echo $? should be 0 when the mvn build succeeded
Attachments
Issue Links
- duplicates
-
MNG-7234 The command line 'mvn versions:set' returns exit code 1 with the last maven version 3.8.2
- Closed