Liberty Maven Plug-in 3.5.1
Version 3.5.1 of the Liberty Maven Plugin is a minor fix release that contains a few fixes. One notable change is the blocking of dev
mode with Maven versions 3.8.2 and 3.8.3 due to a known Maven issue. This has been fixed in Maven version 3.8.4.
Support was also added for specifying the libertyRuntimeGroupId
and libertyRuntimeArtifactId
as parameters or properties, in addition to the libertyRuntimeVersion
which was already supported. See the common parameters for more information. Some examples using the new parameters / properties can be found in the Liberty installation configuration documentation.
The following fixes are included in this release.
- Fixed issue with
dev
mode and loose application support #1285 #1297 - Blocked
dev
mode when using Maven version 3.8.2 or 3.8.3 due to known Maven issue #1255 #1279 #1305 - Fixed issue for
install-feature
failure #1303 #1304
See the commit log for the full set of the changes since the previous milestone release.
The Liberty Maven Plugin 3.5.1 release is available on the Maven Central repository.