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
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