Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.6
-
Fix Version/s: 2.9
-
Labels:None
-
Environment:Apache Maven 2.2.0
Java version: 1.6.0_20
OS name: "mac os x" version: "10.6.4" arch: "x86_64" Family: "mac"
-
Number of attachments :
Description
When using maven-checkstyle-plugin 2.6, I get the following WARNING:
[INFO] [site:site
{execution: default-site}]
[INFO] Generating "Project Team" report.
[INFO] Generating "Issue Tracking" report.
[INFO] Generating "Checkstyle" report.
[WARNING] Deprecated API called - not org.apache.maven.doxia.sink.Sink instance and no SinkFactory available. Please update this plugin.
[INFO]
[INFO] Generating "Continuous Integration" report.
[INFO] Generating "Project Plugins" report.
[INFO] Generating "Dependencies" report.
Switching to maven-checkstyle-plugin 2.5 causes the WARNING to go away. This WARNING doesn't break the build, but can be confusing.
To solve this we need to upgrade to maven-reporting-impl:2.2, which has not yet been released.