Skip to content

Releases: OpenLiberty/ci.maven

Liberty Maven Plug-In 1.2

18 May 03:11
Compare
Choose a tag to compare

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

  • Introduced a new clean-server goal for cleaning up server's log, workarea and other directories.
  • Enhanced the install-feature goal to enable installation of features from a local repository.
  • Lots of other bug fixes and improvements. See the commit log for the full set of changes.

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

Liberty Maven Plug-in 1.1

11 Nov 06:21
Compare
Choose a tag to compare

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>