You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/08/20 08:12:01 UTC

[maven-doxia] branch DOXIA-614/support-source-reference-in-doxia-parser updated: [DOXIA-614] Exclude expected changes to API - clirr reported errors

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

slachiewicz pushed a commit to branch DOXIA-614/support-source-reference-in-doxia-parser
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git


The following commit(s) were added to refs/heads/DOXIA-614/support-source-reference-in-doxia-parser by this push:
     new 58d604f  [DOXIA-614] Exclude expected changes to API - clirr reported errors
58d604f is described below

commit 58d604f2445f78bf41b5781004b40efb526cc0b3
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Aug 20 10:11:22 2020 +0200

    [DOXIA-614] Exclude expected changes to API - clirr reported errors
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index e0240c5..59558d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -316,6 +316,11 @@ under the License.
                 <!--  -->
                 <exclude>org/apache/maven/doxia/module/fml/FmlContentParser</exclude>
                 <exclude>org/apache/maven/doxia/module/xdoc/XdocParser</exclude>
+                <!-- DOXIA-614 -->
+                <exclude>org/apache/maven/doxia/Doxia</exclude>
+                <exclude>org/apache/maven/doxia/parser/AbstractParser</exclude>
+                <exclude>org/apache/maven/doxia/parser/XhtmlBaseParser</exclude>
+                <exclude>org/apache/maven/doxia/parser/Xhtml5BaseParser</exclude>
               </excludes>
             </configuration>
           </execution>