https://github.com/tupilabs/parent-oss
A parent project, with common settings for OSS projects from TupiLabs
https://github.com/tupilabs/parent-oss
Last synced: 2 months ago
JSON representation
A parent project, with common settings for OSS projects from TupiLabs
- Host: GitHub
- URL: https://github.com/tupilabs/parent-oss
- Owner: tupilabs
- License: mit
- Created: 2015-11-14T05:10:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T04:34:34.000Z (over 4 years ago)
- Last Synced: 2025-01-31T23:31:43.007Z (4 months ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# parent-oss
A parent project, with common settings for OSS projects from TupiLabs https://github.com/tupilabs/parent-oss
## What you must specify in children projects
* groupId, artifactId, version
* gpg keys
* name, description, url
* license
* developer information
* scmHow to use it with Maven.
```
com.tupilabs
parent-oss
0.1```