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.
If you are interested in contributing to Liberty Boost, read the wiki for more information.
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.
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.
To build the Boost Maven Plugin:
./boost-maven.bat
./boost-maven.sh
To build the Boost Gradle Plugin:
./boost-gradle.bat
./boost-gradle.sh