Skip to content

lightblueseas/mvn-maven-plugin-parent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

The mvn-maven-plugin-parent project is a maven parent project that can be extended for specific maven plugins projects.

Key features:

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

License

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

Build status

Build Status

Maven Central

Maven Central

How to use it

Add as parent project in the pom.xml file:

	<parent>
		<groupId>de.alpharogroup</groupId>
		<artifactId>mvn-maven-plugin-parent</artifactId>
		<version>1.2.0</version>
		<relativePath></relativePath>
	</parent>	

Open Issues

Open Issues

Want to Help and improve it?

The source code for mvn-maven-plugin-parent are on GitHub. Please feel free to fork and send pull requests!

Create your own fork of lightblueseas/mvn-maven-plugin-parent/fork

To share your changes, submit a pull request.

Contacting the Developers

Do not hesitate to contact the mvn-maven-plugin-parent developers with your questions, concerns, comments, bug reports, or feature requests.

  • Feature requests, questions and bug reports can be reported at the issues page.

Note

No animals were harmed in the making of this library.

Donate

If you like this library, please consider a donation through Flattr this

About

Parent project for maven plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published