mfussenegger / build-helper-maven-plugin

Build Helper Maven Plugin

Home Page:https://www.mojohaus.org/build-helper-maven-plugin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MojoHaus Build Helper Maven Plugin

The MIT License Maven Central Build Status

This is the build-helper-maven-plugin contains serveral goals to support you in different kinds of task, like parsing version information, add supplemental source/test folders to a Maven project or attach supplemental artifacts.

More details can be found on the goals overview page.

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

About

Build Helper Maven Plugin

https://www.mojohaus.org/build-helper-maven-plugin/

License:MIT License


Languages

Language:Java 89.0%Language:Groovy 11.0%