Skip to content
Andrei-Pozolotin edited this page Mar 11, 2013 · 8 revisions

Various well-known plug-in names:

Maven Cascade Release Plugin

Official plugin name, used by jenkins wiki:

https://wiki.jenkins-ci.org/display/JENKINS/Maven+Cascade+Release+Plugin

barchart-jenkins-cascade-plugin

Original plug-in repository where most development happens.

https://github.com/barchart/barchart-jenkins-cascade-plugin

maven-release-cascade-plugin

JenkinsCI project fork of the original repository:

https://github.com/jenkinsci/maven-release-cascade-plugin

Allows 500+ members of jenkins project to contribute to the fork:

https://github.com/jenkinsci?tab=members

maven-release-cascade

Internal jenkins runtime ID and URL path for this plug-in, such as:

[http://localhost:8080/plugin/maven-release-cascade/] (http://localhost:8080/plugin/maven-release-cascade/)

This jenkins plug-in as maven dependency for another jenkins plug-in:

	<groupId>com.barchart.jenkins</groupId>
	<artifactId>maven-release-cascade</artifactId>
	<version>X.Y.Z</version>