chrisdchristo / capsule-maven-plugin

Capsule Maven Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document specifying separately `capsule`'s and `capsule-maven`'s versions

circlespainter opened this issue · comments

In the future capsule and capsule-maven could be released separately as they are now two different projects, so users may want to specify different versions for them.

You can already set the capsule maven version in the plugin.

The plugin looks for two variables defined in the pom.xml:

<capsule.version>1.0.2</capsule.version>
<capsule.maven.version>1.0.3-SNAPSHOT</capsule.maven.version>

This was done in a recent release, so please check you're using the latest version of the plugin.

Alas its not stated in the README, I'll update it.

Thanks, I've updated the title to reflect that.