Bug 720289

Summary: maven-dependency-plugin-2.3 is available
Product: [Fedora] Fedora Reporter: Upstream Release Monitoring <upstream-release-monitoring>
Component: maven-dependency-pluginAssignee: Stanislav Ochotnicky <sochotni>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: java-sig-commits, sochotni
Target Milestone: ---Keywords: FutureFeature, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-25 13:49:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

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