slipset / deps-deploy

deploy your stuff
Eclipse Public License 1.0
148 stars 31 forks source link

Support overriding pom.xml version via :exec-args and cli #21

Open RickMoynihan opened 3 years ago

RickMoynihan commented 3 years ago

Implements #20

Extends PR #18 to support overriding a version number in a pom.xml. This allows CI systems etc to easily deploy an artifact with a generated build number, or for a version override to be supplied via the CLI when using :exec-fn

RickMoynihan commented 3 years ago

FYI I'm less sure about this PR belonging in deps-deploy, really it should be pushed into jar creation, or a pom phase prior to that.

I'll see if we can put this somewhere.