[java-sig-commits] [Bug 720289] maven-dependency-plugin-2.3 is available

bugzilla at redhat.com bugzilla at redhat.com
Mon Jul 25 10:33:24 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=720289

Stanislav Ochotnicky <sochotni at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #1 from Stanislav Ochotnicky <sochotni at redhat.com> 2011-07-25 06:33:23 EDT ---
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.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the java-sig-commits mailing list