Last Version

The Multi Module Maven Release Plugin 0.1.9

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
Version

Version

0.1.9
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 0.1.9


<!-- 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