On 2016-07-06 15:45, Woonsan Ko wrote:
Hi Julian,
Don't know the cause exactly, but looks like the maven-release-plugin
2.1 might be incompatible with your maven version. What's your maven
version (`mvn -v`)?
Also, maven-release-plugin 2.1 is a bit older version. [1]
So, could you try with the latest version like the following instead?
$ mvn org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare
(We can specify the full qualified name instead. e.g. mvn
org.apache.maven.plugins:maven-release-plugin:2.5.3:perform)
Regards,
Woonsan
[1] http://maven.apache.org/maven-release/maven-release-plugin/usage.html
Ah, thanks! That gets me past the error.
Thanks so far!