There is nothing wrong with the release:release goal. As you said, the
information in the branched pom was inaccurate.
Since creating a branch implies correct adjustments to poms, the release
plugin offers the release:branch goal. In my day time projects I'm using
this without exception to create b
The Struts 2.3.14.1 test build is now available.
It includes the latest security patches which fix two possible vulnerabilities:
* OGNL eval expressions has been disabled by default.
For details and the rationale behind these changes, please consult the
corresponding security bulletins:
* https:/
> There is nothing wrong with the release:release goal. As you said, the
> information in the branched pom was inaccurate.
Yes, you're right, in fact after I changed the scm info, everything works fine.
> Since creating a branch implies correct adjustments to poms, the release
> plugin offers the
OK,
I have just added [1], as alternative way, info about branch goal
(thank René for pointing out it).
Feel free to update/delete/whatever
[1]
https://cwiki.apache.org/confluence/pages/diffpages.action?originalId=31818817&pageId=27834014
---