maven
Maven Exit Codes
Exit codes returned by Apache Maven (mvn) after a build completes. Scripts and CI systems use these to determine whether the build succeeded.
2 codes
· All codes 2 codes
- 0 BUILD SUCCESS All specified lifecycle phases and goals executed without error. The build completed successfully.
- 1 BUILD FAILURE One or more goals or lifecycle phases failed. The failure message is printed above the BUILD FAILURE banner. Common causes include compilation errors, test failures, unresolvable dependencies, or plugin execution errors. Scroll up to find the first ERROR line in the output.