Jenkins Maven Plugin · The Jenkins Maven Plugin allows to use the Jenkins CLI (command line interface) from within a Maven build. It allows the execution of any command supported by the CLI, see https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+CLI for further information. Therefore, it downloads the current jenkins-cli.jar from ${project.ciManagement.url}/jnlpJars/jenkins-cli.jar and uses that artifact for interacting with the Jenkins server. The architecture of the Jenkins Maven Plugin follows the UNIX philosophy "do one thing and do it well": it does not provide any logic for specific tasks, for instance creating job configuration files. This can be done with another, more appropriate plugin and its result can then be specified as stdin to the Jenkins Maven Plugin.
Group: ch.sourcepond.maven.plugins - All Dependencies
jenkins-maven-plugin
1.2.0
maven-plugin
0.7.7
Base-POM for Maven Plugins · Base project object model for all Maven-plugin projects published by SourcePond.
The Multi Module Maven Release Plugin · Maven plugin to release multi-module Maven projects where only changed modules should be released