m

maven-plugin

This plug-in provides deep integration of Hudson and Maven. This functionality used to be part of the Hudson core. Now it is a plug-in that is installed by default, but can be disabled.
文件下载
文件名 操作
maven-plugin-1.303.jar 下载
maven-plugin-1.303.pom 下载
maven-plugin-1.303-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jvnet.hudson.main</groupId>
  <artifactId>maven-plugin</artifactId>
  <version>1.303</version>
  <type>hpi</type>
</dependency>
Gradle Groovy
implementation 'org.jvnet.hudson.main:maven-plugin:1.303'
Gradle Kotlin
implementation("org.jvnet.hudson.main:maven-plugin:1.303")
Scala SBT
libraryDependencies += "org.jvnet.hudson.main" % "maven-plugin" % "1.303"
Groovy Grape
@Grapes(
  @Grab(group='org.jvnet.hudson.main', module='maven-plugin', version='1.303')
)
Apache Ivy
<dependency org="org.jvnet.hudson.main" name="maven-plugin" rev="1.303" />
Leiningen
[org.jvnet.hudson.main/maven-plugin "1.303"]
Apache Buildr
'org.jvnet.hudson.main:maven-plugin:jar:1.303'