NASA-PDS / roundup-action

Do a "roundup", a/k/a PDS-style continuous integration and delivery
Apache License 2.0
1 stars 4 forks source link

Override the maven goal sequence with a with: mvn-goals option #23

Closed tloubrieu-jpl closed 3 years ago

tloubrieu-jpl commented 3 years ago

Sometime the repository use specific plugins which requires specific goals to be activiated.

For example: https://github.com/NASA-PDS/api-search-query-lexer

Is build with sequence:

mvn clean antlr4:antlr4 deploy

We want to add an option:

with: mvn-goals: clean antlr4:antlr4 deploy

Which will override the current default goals sequence

nutjob4life commented 3 years ago

Re-opened; see https://github.com/NASA-PDS/roundup-action/pull/30

tloubrieu-jpl commented 3 years ago

@nutjob4life can possibly revert to the preivous status where it worked.