[ https://issues.apache.org/jira/browse/RAT-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Hugo Hirsch updated RAT-113: ---------------------------- Attachment: dependencyTree.txt Dependency tree with doxia. :~/Documents/workspace/rat-plugin$ mvn --version Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100) Maven home: /home/user/software/maven Java version: 1.7.0_01, vendor: Oracle Corporation Java home: /home/hirsch/jdk1.7.0_01/jre Default locale: de_DE, platform encoding: UTF-8 OS name: "linux", version: "2.6.35-31-generic", arch: "amd64", family: "unix" > Support maven 3 > --------------- > > Key: RAT-113 > URL: https://issues.apache.org/jira/browse/RAT-113 > Project: RAT > Issue Type: New Feature > Components: maven > Affects Versions: 0.9 > Environment: Fedora 16, maven 3 > Reporter: Orion Poplawski > Attachments: dependencyTree.txt > > > Trying to build current trunk (revision 1211216) with maven 3 on Fedora, I > get: > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile > (default-compile) on project apache-rat-plugin: Compilation failure: > Compilation failure: > [ERROR] > /export/home/orion/fedora/apache-rat/rat-trunk-build/apache-rat-plugin/src/main/java/org/apache/rat/mp/RatReportMojo.java:[27,41] > cannot find symbol > [ERROR] symbol : class ArtifactResolver > [ERROR] location: package org.apache.maven.artifact.resolver > [ERROR] > [ERROR] > /export/home/orion/fedora/apache-rat/rat-trunk-build/apache-rat-plugin/src/main/java/org/apache/rat/mp/RatReportMojo.java:[87,12] > cannot find symbol > [ERROR] symbol : class ArtifactResolver > [ERROR] location: class org.apache.rat.mp.RatReportMojo > [ERROR] > [ERROR] > /export/home/orion/fedora/apache-rat/rat-trunk-build/apache-rat-plugin/src/main/java/org/apache/rat/mp/RatReportMojo.java:[27,41] > cannot find symbol > [ERROR] symbol : class ArtifactResolver > [ERROR] location: package org.apache.maven.artifact.resolver > [ERROR] > [ERROR] > /export/home/orion/fedora/apache-rat/rat-trunk-build/apache-rat-plugin/src/main/java/org/apache/rat/mp/RatReportMojo.java:[87,12] > cannot find symbol > [ERROR] symbol : class ArtifactResolver > [ERROR] location: class org.apache.rat.mp.RatReportMojo > It seems the ArtifactResolver class is not in maven 3. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira