exasol / project-keeper

This maven plugin checks and unifies a project's structure according to the Exasol integration team's repository standards.
MIT License
3 stars 1 forks source link

Allow adding additional Maven options to CI workflow #529

Closed kaklakariada closed 6 months ago

kaklakariada commented 7 months ago

PK should allow customizing the Maven CI build by adding custom options (configured in .project-keeper.yml) to the mvn command line.

One use case is to speedup the build by adding option -T 1C. While we could add this option to all builds this could cause problems. The better alternative is to add custom options for even more flexibility, so users can add arbitrary options.

kaklakariada commented 6 months ago

519 allows customizing workflow steps. So this is not needed any more.