The Multi Module Maven Release Plugin

A maven release plugin built for multi-maven-module git repositories allowing continuous deployment

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.danielflower.mavenplugins
ArtifactId

ArtifactId

maven-multi-module-releaser
Last Version

Last Version

0.1.9
Release Date

Release Date

Type

Type

pom
Description

Description

The Multi Module Maven Release Plugin
A maven release plugin built for multi-maven-module git repositories allowing continuous deployment
Project URL

Project URL

https://github.com/danielflower/maven-multi-module-releaser
Source Code Management

Source Code Management

https://github.com/danielflower/maven-multi-module-releaser

Download maven-multi-module-releaser

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.danielflower.mavenplugins/maven-multi-module-releaser/ -->
<dependency>
    <groupId>com.github.danielflower.mavenplugins</groupId>
    <artifactId>maven-multi-module-releaser</artifactId>
    <version>0.1.9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.danielflower.mavenplugins/maven-multi-module-releaser/
implementation 'com.github.danielflower.mavenplugins:maven-multi-module-releaser:0.1.9'
// https://jarcasting.com/artifacts/com.github.danielflower.mavenplugins/maven-multi-module-releaser/
implementation ("com.github.danielflower.mavenplugins:maven-multi-module-releaser:0.1.9")
'com.github.danielflower.mavenplugins:maven-multi-module-releaser:pom:0.1.9'
<dependency org="com.github.danielflower.mavenplugins" name="maven-multi-module-releaser" rev="0.1.9">
  <artifact name="maven-multi-module-releaser" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.danielflower.mavenplugins', module='maven-multi-module-releaser', version='0.1.9')
)
libraryDependencies += "com.github.danielflower.mavenplugins" % "maven-multi-module-releaser" % "0.1.9"
[com.github.danielflower.mavenplugins/maven-multi-module-releaser "0.1.9"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • multi-module-release-plugin
  • e2e-tests

Documentation, download, and usage instructions

Full usage details, FAQs, background and more are available on the project documentation website.

Development

Build Status Maven Central

Contributing

To build and run the tests, you need Java 8 or later and Maven 3 or later. Simply clone and run mvn install

Note that the tests run the plugin against a number of sample test projects, located in the test-projects folder. If adding new functionality, or fixing a bug, it is recommended that a sample project be set up so that the scenario can be tested end-to-end.

See also CONTRIBUTING.md for information on deploying to Nexus and releasing the plugin.

Versions

Version
0.1.9
0.1.8