-
New Feature
-
Resolution: Unresolved
-
Major
-
None
Currently, build commands are converted to plain shell/batch commands.
For mvn commands, it means we lose features like managed settings.xml or build-private local repository.
It would be cool if
mvn verify
could be turned into a mvn build step calling the goal verify, inheriting default global settings. Additional configuration through the same mecanism as agents for publishers could enable usage of additional options.