mirror of https://github.com/apache/maven.git
add deprecation warnings for 2.1
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@375487 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
83c9eadb09
commit
c308bef2d8
|
@ -32,8 +32,10 @@ public interface MavenReport
|
|||
{
|
||||
String ROLE = MavenReport.class.getName();
|
||||
|
||||
/** @deprecated For removal in Maven 3.0 or when reporting-api is decoupled from the core, as categories are dynamic. */
|
||||
String CATEGORY_PROJECT_INFORMATION = "Project Info";
|
||||
|
||||
/** @deprecated For removal in Maven 3.0 or when reporting-api is decoupled from the core, as categories are dynamic. */
|
||||
String CATEGORY_PROJECT_REPORTS = "Project Reports";
|
||||
|
||||
// eventually, we must replace this with the o.a.m.d.s.Sink class as a parameter
|
||||
|
|
Loading…
Reference in New Issue