Skip to content

Liberty Maven Plug-In 1.2.1

Compare
Choose a tag to compare
@jgawor jgawor released this 22 Aug 03:12
· 2488 commits to main since this release

The 1.2.1 maintenance release of Liberty Maven Plug-in updates the default Liberty version selected when installing from the Liberty repository using the install-server goal. See the commit log for the full set of changes.

The Liberty Maven Plug-in 1.2.1 release is available on the Maven central repository. To enable it in your project, add the following to your pom.xml file:

<plugin>
    <groupId>net.wasdev.wlp.maven.plugins</groupId>
    <artifactId>liberty-maven-plugin</artifactId>
    <version>1.2.1</version>
</plugin>