Skip to content

Releases: OpenLiberty/ci.maven

Liberty Maven Plug-In 2.6.2

08 Nov 19:16
Compare
Choose a tag to compare

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

21 Sep 02:40
Compare
Choose a tag to compare

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-projects
  • Removed requirement for <acceptLicense>true</acceptLicense> configuration in the install-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

07 Sep 18:22
Compare
Choose a tag to compare

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

03 Aug 20:13
Compare
Choose a tag to compare

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

13 Jun 15:31
Compare
Choose a tag to compare

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

04 Jun 16:24
Compare
Choose a tag to compare

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

01 May 21:43
Compare
Choose a tag to compare

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 to start-server
  • stop is equivalent to stop-server
  • run is equivalent to run-server
  • debug is equivalent to debug-server
  • status is equivalent to server-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

08 Mar 23:06
Compare
Choose a tag to compare

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

05 Jan 15:03
Compare
Choose a tag to compare

Archetypes in this release use the latest Liberty 17.0.0.4 release.

Liberty Maven Plug-In 2.1.1

30 Nov 20:04
Compare
Choose a tag to compare

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.