thorntail / thorntail-poc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semaphore CI License

Thorntail PoC

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

About

License:Apache License 2.0


Languages

Language:Java 99.0%Language:Shell 0.7%Language:Dockerfile 0.2%Language:Batchfile 0.1%Language:Makefile 0.0%Language:HTML 0.0%