jakartaee / jakartaee-api

jakartaee-api
Other
39 stars 42 forks source link

Enhancement: allow to deploy parent from command line #144

Closed lprimak closed 11 months ago

lprimak commented 11 months ago

Currently, there is no way to deploy api-parent to repository other than using the maven staging plugin. When testing, a 'regular' deploy is needed via deploy plugin, without the staging plugin.

This PR refactor the deployment skip into a variable so it can be set on the command line.

Fixes #145

lprimak commented 11 months ago

@ivargrimstad @edburns tiny fix that makes deployment and testing of the new API easier.

Thank you!