Skip to content

lightblueseas/mvn-parent-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

license apache2 Build Status Maven Central Open Issues

This project holds parent projects that holds general properties for specific maven projects.

If you like this project put a ⭐ and donate.

Donations

If you like this library, please consider a donation through paypal: PayPal this

or over bitcoin or bitcoin-cash with:

1Jzso5h7U82QCNmgxxSCya1yUK7UVcSXsW

or over ether with:

0xaB6EaE10F352268B0CA672Dd6e999C86344D49D8

or over flattr: Flattr this

Note

No animals were harmed in the making of this library.

Key features:

  1. Provides several plugins in the pluginManagement section that are useful for maven projects.
  2. Provides several dependencies in the dependencyManagement section that are useful for maven projects.

License

The source code comes under the liberal Apache License V2.0, making mvn-parent-projects great for all types of applications.

How to use it

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>

Semantic Versioning

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.

Documentation and Examples

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.

Want to Help and improve it?

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.

Contacting the Developers

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.

Credits

Travis CI
Travis CI
Special thanks to Travis CI for providing a free continuous integration service for open source projects
Nexus Sonatype repositories
sonatype repository
Special thanks to sonatype repository for providing a free maven repository service for open source projects

About

This project holds parent projects that holds general properties for specific projects

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published