Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 395 forks source link

java pack: maven build should be "non interactive" (`--batch-mode`) #524

Closed cyrille-leclerc closed 6 years ago

cyrille-leclerc commented 6 years ago

Maven builds (mvn clean package) should run in non-interactive mode (--batch-mode) for cleaner logs and to ensure that the build will not be blocked.