Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.38 KB

README.md

File metadata and controls

55 lines (33 loc) · 1.38 KB

Liberty Boost

Boost is a Maven and Gradle plugin that enhances the builds for your Java EE, MicroProfile, and Spring Boot applications.

There are three separate Boost projects. Click the links for more information.

Developing Liberty Boost

If you are interested in contributing to Liberty Boost, read the wiki for more information.

Build Dependencies

The Boost plugin builds on the Liberty plugin.

For Maven, you will need to clone and mvn install the following repositories: ci.common and ci.maven.

Building Liberty Boost

You will need to build the boost-common project before building either the Boost Maven Plugin or Boost Gradle Plugin. We provide some scripts below to simplify this process.

Boost Maven Plugin

To build the Boost Maven Plugin:

Windows:
./boost-maven.bat
Mac/Linux:
./boost-maven.sh

Boost Gradle Plugin

To build the Boost Gradle Plugin:

Windows:
./boost-gradle.bat
Mac/Linux:
./boost-gradle.sh