This project holds parent projects that holds general properties for specific maven projects.
If you like this project put a ⭐ and donate.
If you like this library, please consider a donation through paypal:
or over bitcoin or bitcoin-cash with:
1Jzso5h7U82QCNmgxxSCya1yUK7UVcSXsW
or over ether with:
0xaB6EaE10F352268B0CA672Dd6e999C86344D49D8
No animals were harmed in the making of this library.
- Provides several plugins in the pluginManagement section that are useful for maven projects.
- Provides several dependencies in the dependencyManagement section that are useful for maven projects.
The source code comes under the liberal Apache License V2.0, making mvn-parent-projects great for all types of applications.
Add as parent project in the pom.xml
file:
<parent>
<groupId>de.alpharogroup</groupId>
<artifactId>mvn-parent-projects</artifactId>
<version>3</version>
<relativePath></relativePath>
</parent>
The versions of mvn-parent-projects are maintained with the Semantic Versioning guidelines.
Release version numbers will be incremented in the following format:
<major>.<minor>.<patch>
For detailed information on versioning you can visit the wiki page.
In this parent project there is only one profile for for releasing artifacts (projects) on sonatype. The name of the profile is 'oss.sonatype.org-staged-release' and is self-explaining.
From the shell you can execute it with the following command:
:~$ mvn clean deploy -Poss.sonatype.org-staged-release
This is executed on this project or in a project that have this project as parent or parent of parent and so on. A detailed description how to use it is here.
You can find tips or errata on in the project's wiki page.
The source code for mvn-parent-projects are on GitHub. Please feel free to fork and send pull requests!
Create your own fork of lightblueseas/mvn-parent-projects/fork
To share your changes, submit a pull request.
Do not hesitate to contact the mvn-parent-projects developers with your questions, concerns, comments, bug reports, or feature requests.
- Feature requests, questions and bug reports can be reported at the issues page.
Travis CI |
---|
Special thanks to Travis CI for providing a free continuous integration service for open source projects |
Nexus Sonatype repositories |
---|
Special thanks to sonatype repository for providing a free maven repository service for open source projects |