Bug 720289 - maven-dependency-plugin-2.3 is available
Summary: maven-dependency-plugin-2.3 is available
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: maven-dependency-plugin
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Stanislav Ochotnicky
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-07-11 10:24 UTC by Upstream Release Monitoring
Modified: 2011-07-25 13:49 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-07-25 13:49:54 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Upstream Release Monitoring 2011-07-11 10:24:31 UTC
Latest upstream release: 2.3
Current version in Fedora Rawhide: 2.2
URL: http://repo2.maven.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/

Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Comment 1 Stanislav Ochotnicky 2011-07-25 10:33:23 UTC
For future reference the build fails with:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project maven-dependency-plugin: Compilation failure
[ERROR] /builddir/build/BUILD/maven-dependency-plugin-2.3/src/main/java/org/apache/maven/plugin/dependency/utils/DependencySilentLog.java:[31,7] org.apache.maven.plugin.dependency.utils.DependencySilentLog is not abstract and does not override abstract method setThreshold(int) in org.codehaus.plexus.logging.Logger
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project maven-dependency-plugin: Compilation failure
/builddir/build/BUILD/maven-dependency-plugin-2.3/src/main/java/org/apache/maven/plugin/dependency/utils/DependencySilentLog.java:[31,7] org.apache.maven.plugin.dependency.utils.DependencySilentLog is not abstract and does not override abstract method setThreshold(int) in org.codehaus.plexus.logging.Logger


This is caused by /usr/share/maven/repository/JPP/sisu/sisu-inject-plexus.jar that contains org.codehaus.plexus.logging.Logger but this probably shouldn't get on the classpath.

Comment 2 Stanislav Ochotnicky 2011-07-25 13:49:54 UTC
Fixed by adding stub function in the end:
http://koji.fedoraproject.org/koji/taskinfo?taskID=3227451


Note You need to log in before you can comment on or make changes to this bug.