Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decathlon/parent
POM parent for open source projects.
https://github.com/decathlon/parent
maven parent pom
Last synced: 4 days ago
JSON representation
POM parent for open source projects.
- Host: GitHub
- URL: https://github.com/decathlon/parent
- Owner: Decathlon
- License: apache-2.0
- Created: 2018-09-14T18:45:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-06T15:09:36.000Z (over 5 years ago)
- Last Synced: 2024-11-10T19:53:08.389Z (2 months ago)
- Topics: maven, parent, pom
- Size: 17.6 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# Decathlon Maven POM parent
This project is the entry point for Decathlon projects. It means that all Decathlon's projects will have to inherit from this project.# Use it
To use simple add the following to your pom.xml:
```xml
com.decathlon
parent
$LATEST_VERSION```
# License
The project is released under [Apache Software __LICENSE__, Version 2.0 ](LICENSE).
# Contributing
Every one is welcomed to contribute, please have a look first to our [contribute policy](contributing.md).