You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ro...@apache.org on 2022/06/07 19:24:02 UTC

[axis-axis2-java-core] branch master updated: temporarily comment out tidy plugin as it is breaking somehow with 'mvn release:prepare' , not with tidy:check, tidy:pom doesn't fix it, and there is no indication what the problem is

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

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 658d688178 temporarily comment out tidy plugin as it is breaking somehow with 'mvn release:prepare' , not with tidy:check, tidy:pom doesn't fix it, and there is no indication what the problem is
658d688178 is described below

commit 658d68817869eb9fd4887f06d70567ea24447a59
Author: Robert Lazarski <ro...@gmail.com>
AuthorDate: Tue Jun 7 15:23:04 2022 -0400

    temporarily comment out tidy plugin as it is breaking somehow with 'mvn release:prepare' , not with tidy:check, tidy:pom doesn't fix it, and there is no indication what the problem is
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 639a7b4bc5..54f28a421b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1554,6 +1554,7 @@ $${type_declaration}</template></templates>]]></value>
                     </bundles>
                 </configuration>
             </plugin>
+            <!-- FIXME 
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>tidy-maven-plugin</artifactId>
@@ -1566,6 +1567,7 @@ $${type_declaration}</template></templates>]]></value>
                     </execution>
                 </executions>
             </plugin>
+            -->
         </plugins>
         <extensions>
             <extension>