NOTE: This repository is deprecated
Please see the Github Pages Site for complete documentation: quarkuscoffeeshop.github.io
This project is the parent project for the Quarkuscoffeeshop Demo project. It contains dependencies for the child projects:
- quarkuscoffeeshop-barista
- quarkuscoffeeshop-counter
- quarkuscoffeeshop-customermocker
- quarkuscoffeeshop-domain
- quarkuscoffeeshop-inventory
- quarkuscoffeeshop-kitchen
- quarkuscoffeeshop-testutils
- quarkuscoffeeshop-web
This pom can be installed to Maven Central with the following commands:
export GPG_TTY=$(tty)
mvn deploy -P sonatype
NOTE: