Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.1
-
None
Description
In "Introduction" -> "Perform a Release", in the example POM configuration, the "assembly:assembly" goal is used, which per http://maven.apache.org/plugins/maven-assembly-plugin/plugin-info.html (v2.2.1) is deprecated.
Propose to replace by "assembly:single" as suggested on the assembly plugin documentation, here and everywhere else mentioned in the documentation.
Remark: this might require updates also with testing the release plugin (using assembly:single iso assembly:assembly)