Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Hudson-ci/development/third party libraries/Maven"

Line 3: Line 3:
  
 
= Maven  =
 
= Maven  =
 +
 +
PB == Piggyback on existing Eclipse approval
 +
 +
CQ == IPZilla Reference
  
 
{| width="100%" border="1" cellpadding="1" cellspacing="1"
 
{| width="100%" border="1" cellpadding="1" cellspacing="1"
Line 12: Line 16:
 
! Url  
 
! Url  
 
! Current version  
 
! Current version  
! The latest available version
+
! The latest available version  
 +
! Distributed?
 +
! PB?
 +
! CQ
 +
! Approved?
 
|-
 
|-
 
| org.sonatype.aether.aether-api  
 
| org.sonatype.aether.aether-api  
Line 21: Line 29:
 
| 1.11  
 
| 1.11  
 
| 1.12
 
| 1.12
 +
|
 +
|
 +
|
 +
|
 
|-
 
|-
 
| org.sonatype.aether.aether-util  
 
| org.sonatype.aether.aether-util  
Line 29: Line 41:
 
| 1.11  
 
| 1.11  
 
| 1.12
 
| 1.12
 +
|
 +
|
 +
|
 +
|
 
|-
 
|-
 
| org.sonatype.aether.aether-impl  
 
| org.sonatype.aether.aether-impl  
Line 37: Line 53:
 
| 1.11  
 
| 1.11  
 
| 1.12
 
| 1.12
 +
|
 +
|
 +
|
 +
|
 
|-
 
|-
 
| org.sonatype.aether.aether-spi  
 
| org.sonatype.aether.aether-spi  
Line 45: Line 65:
 
| 1.11  
 
| 1.11  
 
| 1.12
 
| 1.12
 +
|
 +
|
 +
|
 +
|
 
|-
 
|-
 
| org.sonatype.aether.aether-connector-wagon  
 
| org.sonatype.aether.aether-connector-wagon  
Line 53: Line 77:
 
| 1.11  
 
| 1.11  
 
| 1.12
 
| 1.12
 +
|
 +
|
 +
|
 +
|
 
|-
 
|-
 
| org.sonatype.aether.aether-connector-wagon  
 
| org.sonatype.aether.aether-connector-wagon  
Line 61: Line 89:
 
| 1.11  
 
| 1.11  
 
| 1.12
 
| 1.12
 +
|
 +
|
 +
|
 +
|
 
|-
 
|-
| org.jvnet.hudson.maven2.1-interceptor
+
| org.jvnet.hudson.maven2.1-interceptor  
 
| lexus component descriptor to override key Maven components in 2.1  
 
| lexus component descriptor to override key Maven components in 2.1  
 
| maven-plugin  
 
| maven-plugin  
Line 69: Line 101:
 
| 1.2  
 
| 1.2  
 
| 1.2
 
| 1.2
 +
|
 +
|
 +
|
 +
|
 
|-
 
|-
| org.apache.maven.reporting.maven-reporting-api
+
| org.apache.maven.reporting.maven-reporting-api  
 
| API to manage report generation  
 
| API to manage report generation  
 
| maven-plugin  
 
| maven-plugin  
Line 77: Line 113:
 
| 3.0  
 
| 3.0  
 
| 3.0
 
| 3.0
 +
|
 +
|
 +
|
 +
|
 
|-
 
|-
 
| org.jvnet.hudson.hudson-maven-artifact-manager  
 
| org.jvnet.hudson.hudson-maven-artifact-manager  
Line 85: Line 125:
 
| 1.0  
 
| 1.0  
 
| 1.0
 
| 1.0
 +
|
 +
|
 +
|
 +
|
 
|-
 
|-
 
| org.jvnet.hudson.hudson-maven-embedder  
 
| org.jvnet.hudson.hudson-maven-embedder  
Line 93: Line 137:
 
| 3.2  
 
| 3.2  
 
| 3.5
 
| 3.5
 +
|
 +
|
 +
|
 +
|
 
|}
 
|}

Revision as of 15:29, 8 September 2011

Hudson Continuous Integration Server
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source
Hudson-bust.png Maven











Maven

PB == Piggyback on existing Eclipse approval

CQ == IPZilla Reference

Library name Description Where used License Url Current version The latest available version Distributed? PB? CQ Approved?
org.sonatype.aether.aether-api The application programming interface for the repository system. hudson-maven-legacy Eclipse Public License 1.0 https://github.com/sonatype/sonatype-aether 1.11 1.12
org.sonatype.aether.aether-util A collection of utility classes to ease usage of the repository system maven3-plugin \\maven-plugin Eclipse Public License 1.0 https://github.com/sonatype/sonatype-aether 1.11 1.12
org.sonatype.aether.aether-impl An implementation of the repository system hudson-maven-legacy Eclipse Public License 1.0 https://github.com/sonatype/sonatype-aether 1.11 1.12
org.sonatype.aether.aether-spi The service provider interface for repository system implementations and repository connectors hudson-maven-legacy Eclipse Public License 1.0 https://github.com/sonatype/sonatype-aether 1.11 1.12
org.sonatype.aether.aether-connector-wagon A repository connector implementation based on Maven Wagon hudson-maven-legacy Eclipse Public License 1.0 https://github.com/sonatype/sonatype-aether 1.11 1.12
org.sonatype.aether.aether-connector-wagon Provides extensions to Aether for utilizing the Maven POM and Maven metadata hudson-maven-legacy Eclipse Public License 1.0 https://github.com/sonatype/sonatype-aether 1.11 1.12
org.jvnet.hudson.maven2.1-interceptor lexus component descriptor to override key Maven components in 2.1 maven-plugin https://hudson.dev.java.net/source/browse/hudson/tags/maven2.1-interceptor-1.2 1.2 1.2
org.apache.maven.reporting.maven-reporting-api API to manage report generation maven-plugin Apache License, Version 2.0 http://svn.apache.org/viewvc/maven/shared/trunk/maven-reporting-api 3.0 3.0
org.jvnet.hudson.hudson-maven-artifact-manager Hackhish version of artifact manager to continue support uniqueVersion = false with maven2 builds maven-plugin Apache License, Version 2.0 https://hudson.dev.java.net/source/browse/hudson/tags/hudson-maven-artifact-manager-1.0 1.0 1.0
org.jvnet.hudson.hudson-maven-embedder maven-plugin unknown https://hudson.dev.java.net/source/browse/hudson/tags/hudson-maven-embedder-3.2 3.2 3.5

Back to the top