Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Boost Maven Plugin Development

Andy Mauer edited this page Sep 20, 2019 · 7 revisions

Developing the Boost Maven Plugin

Obtaining the Boost Source Code

git clone [email protected]:MicroShed/boost.git

Building Boost

You will need to build the boost-common project before building the boost-maven project. We provide some scripts below to simplify this process.

To build the Boost Maven Plugin:

Windows:
./boost-maven.bat
Mac/Linux:
./boost-maven.sh
Clone this wiki locally