This project demonstrates how maven could be embedded (see: Maven Embedder) into a simple Java application.
The example project (Spring-Boot application) resides in src/main/java/resources/demo
and is build by the embedded maven library.
- Clone this repo
- Execute
./gradlew run