Skip to content

pro-crafting/pc-parent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pc-parent

Build Status Maven Central

Parent pom for pro-crafting projects.

Usage

In your current pom, add the following snippet:

<parent>
    <groupId>com.pro-crafting</groupId>
    <artifactId>pc-parent</artifactId>
    <version>1-SNAPSHOT</version>
</parent>

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

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache License 2.0 - see the LICENSE.md file for details

Acknowledgments

About

Parent pom for pro-crafting projects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published