Skip to content

ajm01/boost

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Java 71.8%
  • Groovy 25.1%
  • HTML 1.4%
  • Shell 1.3%
  • JavaScript 0.3%
  • CSS 0.1%