Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pro-crafting/pc-parent
Parent pom for pro-crafting projects.
https://github.com/pro-crafting/pc-parent
Last synced: 18 days ago
JSON representation
Parent pom for pro-crafting projects.
- Host: GitHub
- URL: https://github.com/pro-crafting/pc-parent
- Owner: pro-crafting
- License: apache-2.0
- Created: 2018-04-22T19:54:55.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-03T06:15:34.000Z (26 days ago)
- Last Synced: 2025-01-04T01:06:32.472Z (25 days ago)
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pc-parent
[![Build Status](https://travis-ci.org/Postremus/pc-parent.png)](https://travis-ci.org/Postremus/pc-parent)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.pro-crafting/pc-parent/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.pro-crafting/pc-parent)Parent pom for pro-crafting projects.
## Usage
In your current pom, add the following snippet:
```
com.pro-crafting
pc-parent
1-SNAPSHOT```
## Versioning
Every change to a parent pom file is considered as major, and critical, since every change can cause undesired side effects to child poms.
Therefore, we use a only mayor versions. E.g. The current version is 1, the next version is 2, etc.## Authors
* **Martin Panzer** - *Initial work* - [Postremus](https://github.com/Postremus)
See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.
## License
This project is licensed under the Apache License 2.0 - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
* [Nathan Fischer - Complete guide to continuous deployment [..]](http://www.debonair.io/post/maven-cd/) - Excellent example of how to setup cd with travis-ci