All Projects → mojohaus → Versions Maven Plugin

mojohaus / Versions Maven Plugin

Licence: apache-2.0
Versions Maven Plugin

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Versions Maven Plugin

Gatling Maven Plugin Demo
Showcase of the Gatling Plugin for Maven
Stars: ✭ 162 (-18.59%)
Mutual labels:  maven-plugin, maven
Sortpom
Maven plugin that helps the user sort pom.xml.
Stars: ✭ 185 (-7.04%)
Mutual labels:  maven-plugin, maven
Javafx Maven Plugin
Maven plugin for JavaFX
Stars: ✭ 764 (+283.92%)
Mutual labels:  maven-plugin, maven
Proguard Maven Plugin
ProGuard Maven plugin that supports modularised ProGuard packages
Stars: ✭ 353 (+77.39%)
Mutual labels:  maven-plugin, maven
Git Commit Id Maven Plugin
Maven plugin which includes build-time git repository information into an POJO / *.properties). Make your apps tell you which version exactly they were built from! Priceless in large distributed deployments... :-)
Stars: ✭ 1,187 (+496.48%)
Mutual labels:  maven-plugin, maven
Formatter Maven Plugin
Formatter Maven Plugin
Stars: ✭ 187 (-6.03%)
Mutual labels:  maven-plugin, maven
Graphql Java Codegen Maven Plugin
Maven plugin for graphql-java-codegen
Stars: ✭ 17 (-91.46%)
Mutual labels:  maven-plugin, maven
rpm-builder
Maven RPM builder plugin
Stars: ✭ 46 (-76.88%)
Mutual labels:  maven, maven-plugin
Appassembler
Stars: ✭ 69 (-65.33%)
Mutual labels:  maven-plugin, maven
Animal Sniffer
Stars: ✭ 59 (-70.35%)
Mutual labels:  maven-plugin, maven
Javapackager
📦 Gradle/Maven plugin to package Java applications as native Windows, Mac OS X, or GNU/Linux executables and create installers for them.
Stars: ✭ 285 (+43.22%)
Mutual labels:  maven-plugin, maven
Jgitver Maven Plugin
maven core extension to automatically define versions using jgitver & git tags
Stars: ✭ 117 (-41.21%)
Mutual labels:  maven-plugin, maven
docker-compose-maven-plugin
Run docker-compose with Maven
Stars: ✭ 68 (-65.83%)
Mutual labels:  maven, maven-plugin
Maven Git Versioning Extension
This extension will virtually set project versions, based on current git branch or tag.
Stars: ✭ 178 (-10.55%)
Mutual labels:  maven-plugin, maven
jcabi-maven-plugin
Supplementary maven plugin for AspectJ weaving and versioning of artifacts
Stars: ✭ 25 (-87.44%)
Mutual labels:  maven, maven-plugin
Maven Min Plugin
📦 Latke application JavaScript and CSS files compression.
Stars: ✭ 5 (-97.49%)
Mutual labels:  maven-plugin, maven
sign-maven-plugin
Maven plugin which creates Open PGP / GPG signatures for all of the project's artifacts
Stars: ✭ 34 (-82.91%)
Mutual labels:  maven, maven-plugin
maven-native
www.mojohaus.org/maven-native/
Stars: ✭ 13 (-93.47%)
Mutual labels:  maven, maven-plugin
Rpm Maven Plugin
Stars: ✭ 52 (-73.87%)
Mutual labels:  maven-plugin, maven
Flatten Maven Plugin
Flatten Maven Plugin
Stars: ✭ 82 (-58.79%)
Mutual labels:  maven-plugin, maven

MojoHaus Versions Maven Plugin

This is the versions-maven-plugin.

Apache License, Version 2.0, January 2004 Maven Central Main JDKBuilds

Contributing

Creating Issues

If you find a problem please create an issue in the ticket and describe what is going wrong or what you expect to happen. If you have a full working example or a log file this is also helpful. You should of course describe only a single issue in a single ticket and not mixing up several different things into a single issue.

Creating a Pull Request

Before you create a pull request it is necessary to create an issue in the ticket system and describe what the problem is or what kind of feature you would like to add. Afterwards you can create an appropriate pull request.

It is required if you want to get a Pull request to be integrated into please squash your commits into a single commit which references the issue in the commit message which looks like this:

Fixed #Issue
 o Description.

This makes it simpler to merge it and this will also close the appropriate issue automatically in one go. This make the life as maintainer a little bit easier.

A pull request has to fulfill only a single ticket and should never create/add/fix several issues in one, cause otherwise the history is hard to read and to understand and makes the maintenance of the issues and pull request hard or to be honest impossible.

Furthermore it is necessary to create appropriate entries into the ReleaseNotes.md file as well.

Releasing

  • Make sure gpg-agent is running.
  • Execute mvn -B release:prepare release:perform

For publishing the site do the following:

cd target/checkout
mvn verify site site:stage scm-publish:publish-scm
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].