The Maven2 builder in Bamboo should use the --batch-mode option on Maven's command line to instruct Maven that it is a non-interactive build.
-
Unassigned
-
Asgeir Storesund Nilsen
- Votes:
-
8 Vote for this issue
- Watchers:
-
5 Start watching this issue
- Created:
- Updated:
- Resolved:
- Estimated:
-
- 2h
- Remaining:
-
- 2h
- Logged:
-
- Not Specified
I agree with Asgeir. Maven invocations under Bamboo are always non-interactive. Certain goals might behave differently when executing under batch mode, than when executing under interactive mode with no input stream available.
It'd be best to add a field to the Maven 2.x/3.x task definition, prompting the user whether batch mode should be used or not (default should be "true").