Releases: OpenLiberty/ci.maven
Liberty Maven Plug-In 2.6.2
Version 2.6.2 of the Liberty Maven Plugin is a patch release with several bug fixes and improvements:
- Feature license automatically accepted when using OpenLiberty features. Previously this would happen for both Websphere Liberty and Open Liberty features, this has been removed for Websphere Liberty features.
See the commit log for the full set of the changes.
The Liberty Maven Plugin 2.6.2 release is available on the Maven Central repository.
Liberty Maven Plug-In 2.6.1
Version 2.6.1 of the Liberty Maven Plugin is a patch release with several bug fixes and improvements:
- Fixed bug with handling spring-boot-maven-plugin classifier configuration incorrectly for
spring-boot-project
s - Removed requirement for
<acceptLicense>true</acceptLicense>
configuration in theinstall-feature
goal if only installing WLP or OL features from Maven Central
See the commit log for the full set of the changes.
The Liberty Maven Plugin 2.6.1 release is available on the Maven Central repository.
Liberty Maven Plug-In 2.6
Version 2.6 of the Liberty Maven Plugin provides the following key changes:
- Support for Java 9 and WebSphere/Open Liberty 18.0.0.2 runtimes
- Support for Spring Boot Uber JAR installation via the
install-apps
goal - Default runtime changed from WebSphere Liberty to Open Liberty
- Backwards compatibility with Maven versions 3.3.x
Bug fixes:
- Fixes a bug with re-installing features that were already installed
- Force dependency resolution for installing a server through a Maven dependency
See the commit log for the full set of the changes.
The Liberty Maven Plugin 2.6 release is available on the Maven Central repository.
Liberty Maven Plugin 2.5
Version 2.5 of the Liberty Maven Plugin changes the implementation of the InstallFeatureMojo to pull in Liberty features from Maven Central instead of the Liberty repository.
See the commit log for the full set of the changes.
The Liberty Maven Plugin 2.5 release is available on the Maven Central repository.
Liberty Maven Plug-In 2.4.2
Version 2.4.2 of the Liberty Maven Plugin fixes a bug with the configure-arquillian
goal failing when a bootstrap.properties
file is not specified.
See the commit log for the full set of the changes.
The Liberty Maven Plug-in 2.4.2 release is available on the Maven Central repository.
Liberty Maven Plug-In 2.4
Version 2.4 of the Liberty Maven Plugin adds automatic detection of the new Arquillian Liberty Container Maven coordinates in the configure-arquillian
goal:
- io.openliberty.arquillian:arquillian-liberty-managed
- io.openliberty.arquillian:arquillian-liberty-remote
See the commit log for the full set of the changes.
The Liberty Maven Plug-in 2.4 release is available on the Maven Central repository.
Liberty Maven Plug-In 2.3
Version 2.3 of the Liberty Maven Plugin adds support for the Open Liberty runtime, specifically with failsafes in the install-feature
and uninstall-feature
goals in the event that bin/installUtility
does not exist.
It also adds aliases for the following goals:
start
is equivalent tostart-server
stop
is equivalent tostop-server
run
is equivalent torun-server
debug
is equivalent todebug-server
status
is equivalent toserver-status
Finally, this updated version removes unneeded dependency resolution in certain goals.
See the commit log for the full set of changes.
The Liberty Maven Plug-in 2.3 release is available on the Maven Central repository.
Liberty Maven Plug-In 2.2
Version 2.2 of the Liberty Maven Plugin provides defect fixes and introduces the configure-arquillian
goal to improve integration with the Arquillian WLP Managed and Remote containers. Documentation for the goal is available here.
See the commit log for the full set of changes.
The Liberty Maven Plug-in 2.2 release is available on the Maven central repository.
Liberty Maven Plug-In 2.1.2
Archetypes in this release use the latest Liberty 17.0.0.4 release.
Liberty Maven Plug-In 2.1.1
The 2.1.1 maintenance release of Liberty Maven Plug-in updates contains defect fixes for installing EAR files. See the commit log for the full set of changes.
The Liberty Maven Plug-in 2.1.1 release is available on the Maven central repository.