https://github.com/cuppa-framework/cuppa-maven-example
An example project using Maven
https://github.com/cuppa-framework/cuppa-maven-example
Last synced: 9 months ago
JSON representation
An example project using Maven
- Host: GitHub
- URL: https://github.com/cuppa-framework/cuppa-maven-example
- Owner: cuppa-framework
- License: apache-2.0
- Created: 2016-03-22T13:12:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-22T16:34:17.000Z (over 10 years ago)
- Last Synced: 2025-10-10T12:08:48.641Z (9 months ago)
- Language: Java
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Cuppa](http://cuppa.forgerock.org) Example Using Maven [](https://travis-ci.org/cuppa-framework/cuppa-maven-example)
This repository is an example of how to use Cuppa with Maven.
## Building
You will need JDK 8 and Maven installed.
```shell
$ mvn test
```
## License
Cuppa and this example are licensed under an [Apache 2.0 license](./LICENSE).