You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/22 11:31:19 UTC

[maven-pdf-plugin] branch master updated: removed obsolete explanations about old issues with plugins

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-pdf-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 5170b6d  removed obsolete explanations about old issues with plugins
5170b6d is described below

commit 5170b6d83fa06701c520fd13e8cbbdce8c684461
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Fri Dec 22 12:31:18 2017 +0100

    removed obsolete explanations about old issues with plugins
---
 src/site/xdoc/examples/configuring-reports.xml.vm | 332 ----------------------
 1 file changed, 332 deletions(-)

diff --git a/src/site/xdoc/examples/configuring-reports.xml.vm b/src/site/xdoc/examples/configuring-reports.xml.vm
index 1fcfbd1..ad922e7 100644
--- a/src/site/xdoc/examples/configuring-reports.xml.vm
+++ b/src/site/xdoc/examples/configuring-reports.xml.vm
@@ -31,11 +31,6 @@ under the License.
   <body>
     <section name="Configuring Reports">
       <p>
-        <strong>Note for Maven 3 users</strong>: due to the changes in the reporting API,
-        report inclusion does <strong>not</strong> work with Maven 3.
-        See <a href="https://issues.apache.org/jira/browse/MPDF-41">MPDF-41</a>.
-      </p>
-      <p>
         Since version 1.1, all Maven reports will be included by default in the generated PDF.
         You should configure the &lt;reporting/&gt; section of your POM similar than the
         <a href="/plugins/maven-site-plugin/examples/configuring-reports.html">site plugin</a>
@@ -136,333 +131,6 @@ under the License.
   <project>]]></source>
 
       </subsection>
-
-      <subsection name="Maven Reporting Plugins Issues">
-        <p>
-          The Maven Project supports several <a href="/plugins/">reporting plugins</a>.
-          Unfortunately, some releases reporting plugins have known issues with the PDF plugin, mainly due to
-          a wrong use of the
-          <a href="/doxia/doxia/doxia-sink-api/apidocs/org/apache/maven/doxia/sink/Sink.html">Sink object</a>
-          in their implementation.
-        </p>
-        <p>
-          The following tables show reporting plugins which have been tested with the PDF plugin. The failed plugins
-          have been fixed and deployed on
-          <a href="https://repository.apache.org/content/repositories/snapshots">https://repository.apache.org/content/repositories/snapshots</a>,
-          so you will be able to use them.
-        </p>
-
-        <p>
-          <b>Note</b>: fixing these reporting plugins is a work in progress. If you used a SNAPSHOT plugin which
-          fails with the PDF plugin, you should fill a bug report in our <a href="../issue-tracking.html">issue tracker</a>.
-        </p>
-
-        <h5><a href="/plugins/maven-changelog-plugin">maven-changelog-plugin</a></h5>
-        <table border="0">
-          <tr>
-            <th>Reports</th>
-            <th>Release (2.1)</th>
-            <th>Snapshot (2.2-SNAPSHOT)</th>
-          </tr>
-
-          <tr>
-            <td>changelog:changelog</td>
-            <td><img src="../images/icon_error_sml.gif" alt="No"/></td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-          </tr>
-
-          <tr>
-            <td>changelog:dev-activity</td>
-            <td><img src="../images/icon_error_sml.gif" alt="No"/></td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-          </tr>
-
-          <tr>
-            <td>changelog:file-activity</td>
-            <td><img src="../images/icon_error_sml.gif" alt="No"/></td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-          </tr>
-        </table>
-
-        <h5><a href="/plugins/maven-changes-plugin">maven-changes-plugin</a></h5>
-        <table border="0">
-          <tr>
-            <th>Reports</th>
-            <th>Release (2.1)</th>
-            <th>Snapshot (2.2-SNAPSHOT)</th>
-          </tr>
-
-          <tr>
-            <td>changes:changes-report</td>
-            <td><img src="../images/icon_error_sml.gif" alt="No"/></td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-          </tr>
-
-          <tr>
-            <td>changes:jira-report</td>
-            <td><img src="../images/icon_error_sml.gif" alt="No"/></td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-          </tr>
-
-          <tr>
-            <td>changes:trac-report</td>
-            <td><img src="../images/icon_error_sml.gif" alt="No"/></td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-          </tr>
-        </table>
-
-        <h5><a href="/plugins/maven-checkstyle-plugin">maven-checkstyle-plugin</a></h5>
-        <p>
-          <b>Note</b>: could take a lot of time.
-        </p>
-        <table border="0">
-          <tr>
-            <th>Reports</th>
-            <th>Release (2.3)</th>
-            <th>Snapshot (2.4-SNAPSHOT)</th>
-          </tr>
-
-          <tr>
-            <td>checkstyle:checkstyle</td>
-            <td><img src="../images/icon_error_sml.gif" alt="No"/></td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-          </tr>
-        </table>
-
-        <h5><a href="/plugins/maven-dependency-plugin">maven-dependency-plugin</a></h5>
-        <table border="0">
-          <tr>
-            <th>Reports</th>
-            <th>Release (2.1)</th>
-            <th>Snapshot (2.2-SNAPSHOT)</th>
-          </tr>
-
-          <tr>
-            <td>dependency:analyze-report</td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-          </tr>
-        </table>
-
-        <h5><a href="/plugins/maven-plugin-plugin">maven-plugin-plugin</a></h5>
-        <table border="0">
-          <tr>
-            <th>Reports</th>
-            <th>Release (2.5)</th>
-            <th>Snapshot (2.5.1-SNAPSHOT)</th>
-          </tr>
-
-          <tr>
-            <td>plugin:report</td>
-            <td><img src="../images/icon_error_sml.gif" alt="No"/></td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-          </tr>
-        </table>
-
-        <h5><a href="/plugins/maven-pmd-plugin">maven-pmd-plugin</a></h5>
-        <table border="0">
-          <tr>
-            <th>Reports</th>
-            <th>Release (2.4)</th>
-            <th>Snapshot (2.5-SNAPSHOT)</th>
-          </tr>
-
-          <tr>
-            <td>pmd:cpd</td>
-            <td><img src="../images/icon_error_sml.gif" alt="No"/></td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-          </tr>
-
-          <tr>
-            <td>pmd:pmd</td>
-            <td><img src="../images/icon_error_sml.gif" alt="No"/></td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-          </tr>
-        </table>
-
-        <h5><a href="/plugins/maven-project-info-reports-plugin/">maven-project-info-reports-plugin</a></h5>
-        <p>
-          <b>Note</b>: dependencies report could take a lot of time.
-        </p>
-        <table border="0">
-          <tr>
-            <th>Reports</th>
-            <th>Release (2.1.2)</th>
-            <th>Snapshot (2.2-SNAPSHOT)</th>
-          </tr>
-
-          <tr>
-            <td>project-info-reports:cim</td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-          </tr>
-
-          <tr>
-            <td>project-info-reports:dependencies</td>
-            <td><img src="../images/icon_error_sml.gif" alt="No"/></td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-          </tr>
-
-          <tr>
-            <td>project-info-reports:dependency-convergence</td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-          </tr>
-
-          <tr>
-            <td>project-info-reports:dependency-management</td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-          </tr>
-
-          <tr>
-            <td>project-info-reports:index</td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-          </tr>
-
-          <tr>
-            <td>project-info-reports:issue-tracking</td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-          </tr>
-
-          <tr>
-            <td>project-info-reports:license</td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-          </tr>
-
-          <tr>
-            <td>project-info-reports:mailing-list</td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-          </tr>
-
-          <tr>
-            <td>project-info-reports:plugin-management</td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-          </tr>
-
-          <tr>
-            <td>project-info-reports:plugins</td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-          </tr>
-
-          <tr>
-            <td>project-info-reports:project-team</td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-          </tr>
-
-          <tr>
-            <td>project-info-reports:scm</td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-          </tr>
-
-          <tr>
-            <td>project-info-reports:summary</td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-          </tr>
-        </table>
-
-        <h5><a href="/plugins/maven-surefire-report-plugin">maven-surefire-report-plugin</a></h5>
-        <table border="0">
-          <tr>
-            <th>Reports</th>
-            <th>Release (2.4.3)</th>
-            <th>Snapshot (2.5-SNAPSHOT)</th>
-          </tr>
-
-          <tr>
-            <td>surefire-report:report</td>
-            <td><img src="../images/icon_error_sml.gif" alt="No"/></td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-          </tr>
-        </table>
-      </subsection>
-
-      <subsection name="Mojo Reporting Plugins Issues">
-        <p>
-          The Mojo Project proposes several <a href="http://mojo.codehaus.org/plugins.html">reporting plugins</a>.
-          Like the Maven project, some releases have known issues with the PDF plugin due to the Sink object uses.
-        </p>
-        <p>
-          The following tables show reporting plugins which have been tested with the PDF plugin. Some of them have
-          been fixed and deployed on
-          <a href="http://snapshots.repository.codehaus.org">http://snapshots.repository.codehaus.org</a>.
-        </p>
-
-        <p>
-          <b>Note</b>: these test tables are only for your information. If you find issues, please contact directly
-          the <a href="http://mojo.codehaus.org/mail-lists.html">mojo team</a>
-        </p>
-
-        <h5><a href="http://mojo.codehaus.org/clirr-maven-plugin/">clirr-maven-plugin</a></h5>
-        <table border="0">
-          <tr>
-            <th>Reports</th>
-            <th>Release (2.2.2)</th>
-            <th>Snapshot (2.2.3-SNAPSHOT)</th>
-          </tr>
-
-          <tr>
-            <td>clirr:clirr</td>
-            <td><img src="../images/icon_error_sml.gif" alt="No"/></td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-          </tr>
-        </table>
-
-        <h5><a href="http://mojo.codehaus.org/cobertura-maven-plugin/">cobertura-maven-plugin</a></h5>
-        <table border="0">
-          <tr>
-            <th>Reports</th>
-            <th>Release (2.3)</th>
-            <th>Snapshot (2.4-SNAPSHOT)</th>
-          </tr>
-
-          <tr>
-            <td>cobertura:cobertura</td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-          </tr>
-        </table>
-
-        <h5><a href="http://mojo.codehaus.org/l10n-maven-plugin/">l10n-maven-plugin</a></h5>
-        <table border="0">
-          <tr>
-            <th>Reports</th>
-            <th>Release (1.0-alpha-2)</th>
-            <th>Snapshot (1.0-alpha-3-SNAPSHOT)</th>
-          </tr>
-
-          <tr>
-            <td>l10n:report</td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-          </tr>
-        </table>
-
-        <h5><a href="http://mojo.codehaus.org/javancss-maven-plugin">javancss-maven-plugin</a></h5>
-        <table border="0">
-          <tr>
-            <th>Reports</th>
-            <th>Release (2.0)</th>
-            <th>Snapshot (2.1-SNAPSHOT)</th>
-          </tr>
-
-          <tr>
-            <td>javancss:report</td>
-            <td><img src="../images/icon_error_sml.gif" alt="No"/></td>
-            <td><img src="../images/icon_success_sml.gif" alt="Yes"/></td>
-          </tr>
-        </table>
-
-      </subsection>
     </section>
   </body>
 </document>

-- 
To stop receiving notification emails like this one, please contact
['"commits@maven.apache.org" <co...@maven.apache.org>'].