This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-doxia.git
commit 72b50aa454329d743a2f4cf43534aa1ad2963f90 Author: Michael Osipov <[email protected]> AuthorDate: Wed Dec 29 22:05:59 2021 +0100 Disable clirr for now since breaking in 2.0.0 is fine --- pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b7d54cf..a5010ca 100644 --- a/pom.xml +++ b/pom.xml @@ -289,6 +289,7 @@ under the License. </execution> </executions> </plugin> + <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>clirr-maven-plugin</artifactId> @@ -301,7 +302,7 @@ under the License. <configuration> <comparisonVersion>1.9.1</comparisonVersion> <excludes> - <!-- DOXIA-614 expected API changes to 1.9.1 --> + DOXIA-614 expected API changes to 1.9.1 <exclude>org/apache/maven/doxia/Doxia</exclude> <exclude>org/apache/maven/doxia/parser/AbstractParser</exclude> <exclude>org/apache/maven/doxia/parser/AbstractXmlParser</exclude> @@ -315,7 +316,7 @@ under the License. <exclude>org/apache/maven/doxia/module/xhtml5/Xhtml5Parser</exclude> </excludes> <ignored> - <!-- DOXIA-616 --> + DOXIA-616 <difference> <differenceType>8001</differenceType> <className>org/apache/maven/doxia/module/markdown/FlexmarkDoxiaNodeRenderer$Factory</className> @@ -325,6 +326,7 @@ under the License. </execution> </executions> </plugin> + --> </plugins> </build>
