License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Hudson Continuous Integration and Continuous Delivery CLI User Interface |
GroupId | GroupIdorg.eclipse.hudson.main |
ArtifactId | ArtifactIdmaven-agent |
Last Version | Last Version3.0.1-1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHudson :: Maven (legacy) :: M2 Agent
Code that boots up Maven2 with Hudson's remoting support in place.
Used for the native maven support.
|
Project Organization |
Project OrganizationHudson |
Filename | Size |
---|---|
maven-agent-3.0.1-1.pom | |
maven-agent-3.0.1-1.jar | 9 KB |
maven-agent-3.0.1-1-sources.jar | 6 KB |
maven-agent-3.0.1-1-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.hudson.main/maven-agent/ -->
<dependency>
<groupId>org.eclipse.hudson.main</groupId>
<artifactId>maven-agent</artifactId>
<version>3.0.1-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hudson.main/maven-agent/
implementation 'org.eclipse.hudson.main:maven-agent:3.0.1-1'
// https://jarcasting.com/artifacts/org.eclipse.hudson.main/maven-agent/
implementation ("org.eclipse.hudson.main:maven-agent:3.0.1-1")
'org.eclipse.hudson.main:maven-agent:jar:3.0.1-1'
<dependency org="org.eclipse.hudson.main" name="maven-agent" rev="3.0.1-1">
<artifact name="maven-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hudson.main', module='maven-agent', version='3.0.1-1')
)
libraryDependencies += "org.eclipse.hudson.main" % "maven-agent" % "3.0.1-1"
[org.eclipse.hudson.main/maven-agent "3.0.1-1"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.hudson.main : maven-interceptor | jar | 3.0.1-1 |
classworlds : classworlds | jar | 1.1 |
org.apache.ant : ant | jar | 1.8.2 |
org.apache.httpcomponents : httpclient | jar | 4.1.2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-core | jar | 2.0.9 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.hudson.main : hudson-remoting | jar | 3.0.0-M1-1 |