Skip to content

Liberty Maven Plug-in 1.1

Compare
Choose a tag to compare
@jgawor jgawor released this 11 Nov 06:21
· 2513 commits to main since this release

Major changes in the 1.1 release of Liberty Maven Plug-in:

  • Introduced a new repository-based method for downloading and installing Liberty profile runtime.
  • Added install-feature goal for installing and uninstall-feature goal for uninstalling Liberty features.
  • Lots of other bug fixes and improvements. See the commit log for the full set of changes.

The Liberty Maven Plug-in 1.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.1</version>
</plugin>