| Summary: | maven-dependency-plugin-2.3 is available | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> |
| Component: | maven-dependency-plugin | Assignee: | Stanislav Ochotnicky <sochotni> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | 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
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. Fixed by adding stub function in the end: http://koji.fedoraproject.org/koji/taskinfo?taskID=3227451 |