Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rattermeyer/todolist-demo
https://github.com/rattermeyer/todolist-demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rattermeyer/todolist-demo
- Owner: rattermeyer
- Created: 2014-08-31T20:57:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-11T18:21:14.000Z (almost 10 years ago)
- Last Synced: 2024-10-14T08:07:27.488Z (2 months ago)
- Language: Java
- Size: 178 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Goals of this project
=====================This project should serve as a demo project for (basic) CD pipelines.
It should expose the following features
* Maven Project
* jenkinsci-profile to set fixed version instead of -SNAPSHOT
* Integration Test profile to execute integration tests that due not run unit tests
* separate creation of javadoc to upload into maven candidate repository
* checkstyle validation of coding rules with build breaking functionality