////
image:https://semaphoreci.com/api/v1/thorntail/thorntail/branches/4-x/badge.svg["Semaphore CI", link="https://semaphoreci.com/thorntail/thorntail"] image:https://img.shields.io/github/license/thorntail/thorntail.svg["License", link="http://www.apache.org/licenses/LICENSE-2.0"] ////
== Build
The build assumes Docker is present in some cases for deeper integration tests.
You may skip all tests (and its Docker usage) using -DskipTests
mvn clean && mvn install
== Build while running the various TCKs
By default the MicroProfile TCKs are not included in the build.
To include them, simply add -Ptck
to any mvn
invocation:
mvn clean -Ptck && mvn install -Ptck
== Enjoy the documentation
open docs/target/thorntail-docs-html/index.html
open docs/target/thorntail-docs.pdf