Codehaus Cargo 1.10.20 is here!
Dear Codehaus Cargo enthusiasts
We are happy to announce the immediate availability of Codehaus Cargo 1.10.20, with the below bug fixes and improvements:
Containers - GlassFish (and Payara):
[CARGO-1641] Deployer's
undeploy
methods ignores the EAR name[CARGO-1642] Possibility to not use name in
:deploy
at all
Behind the scenes, this version also brings to life another change: aligned with the sunset of Sonatype Nexus, we now use the Maven Central for the publication of our artifacts. As a side effect, no SNAPSHOT
versions are published publicly until further notice.
To upgrade to this latest version:
Users of the Maven 3 plugin simply need to use the Codehaus Cargo plugin version 1.10.20
Users of the Java API can download the new Uberjar from https://repo.maven.apache.org/maven2/org/codehaus/cargo/cargo-core-uberjar/1.10.20/cargo-core-uberjar-1.10.20.jar
Similarly, users of the Ant tasks can download the new Ant tasks from https://repo.maven.apache.org/maven2/org/codehaus/cargo/cargo-ant/1.10.20/cargo-ant-1.10.20.jar
Finally, the ones who want to see the Cargo Daemon can get it from https://repo.maven.apache.org/maven2/org/codehaus/cargo/cargo-daemon-webapp/1.10.20/cargo-daemon-webapp-1.10.20.war and either use the WAR directly as an executable JAR or as a WAR file deployed on another Web container
Enjoy!