https://github.com/byjg/demojervis
https://github.com/byjg/demojervis
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/byjg/demojervis
- Owner: byjg
- Created: 2018-04-07T22:05:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-05T01:49:00.000Z (over 7 years ago)
- Last Synced: 2024-10-19T22:11:18.997Z (12 months ago)
- Language: Java
- Size: 44.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Hello World! (WAR-style)
This project adds a Dockerfile and the .jervis.yml necessary for build the project using the CI platform
### Build
```bash
docker run -it --rm --name my-maven-project \
-v "$(pwd)":/usr/src/mymaven \
-v "$(pwd)/.m2":/root/.m2 \
-w /usr/src/mymaven \
maven:3.3-jdk-8 mvn install
```