m

maven-plugin

This plug-in is needed if you have legacy maven 2 job type. Preferred way to use maven in Hudson is by using maven as a builder in your Free Style job, which is provided by Maven 3 plugin. Version 3.0.1 of this plugin requires Hudson Version 3.1.2 or later.
http://wiki.hudson-ci.org/display/HUDSON/Maven+2+Project+Plugin
The MIT license
文件下载
文件名 操作
maven-plugin-3.0.1.jar 下载
maven-plugin-3.0.1.pom 下载
maven-plugin-3.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.hudsonci.plugins</groupId>
  <artifactId>maven-plugin</artifactId>
  <version>3.0.1</version>
  <type>hpi</type>
</dependency>
Gradle Groovy
implementation 'org.hudsonci.plugins:maven-plugin:3.0.1'
Gradle Kotlin
implementation("org.hudsonci.plugins:maven-plugin:3.0.1")
Scala SBT
libraryDependencies += "org.hudsonci.plugins" % "maven-plugin" % "3.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.hudsonci.plugins', module='maven-plugin', version='3.0.1')
)
Apache Ivy
<dependency org="org.hudsonci.plugins" name="maven-plugin" rev="3.0.1" />
Leiningen
[org.hudsonci.plugins/maven-plugin "3.0.1"]
Apache Buildr
'org.hudsonci.plugins:maven-plugin:jar:3.0.1'