[PATCH] Deactivated checkstyle for now
Wald Commits
scm-commit at wald.intevation.org
Thu Aug 13 17:28:26 CEST 2020
# HG changeset patch
# User Gernot Belger <g.belger at bjoernsen.de>
# Date 1597332500 -7200
# Thu Aug 13 17:28:20 2020 +0200
# Node ID fabf92342ee5def98b8849c1a1731307089bced9
# Parent c0803135455c2be42a648b03e1477412afe93f46
Deactivated checkstyle for now
diff -r c0803135455c -r fabf92342ee5 artifacts/pom-oracle.xml
--- a/artifacts/pom-oracle.xml Thu Aug 13 16:44:56 2020 +0200
+++ b/artifacts/pom-oracle.xml Thu Aug 13 17:28:20 2020 +0200
@@ -41,6 +41,7 @@
</descriptors>
</configuration>
</plugin>
+ <!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
@@ -54,8 +55,8 @@
<id>validate</id>
<phase>validate</phase>
<configuration>
- <consoleOutput>true</consoleOutput>
- <failsOnError>true</failsOnError>
+ <consoleOutput>false</consoleOutput>
+ <failsOnError>false</failsOnError>
</configuration>
<goals>
<goal>check</goal>
@@ -63,6 +64,7 @@
</execution>
</executions>
</plugin>
+ -->
</plugins>
</build>
diff -r c0803135455c -r fabf92342ee5 backend/pom-oracle.xml
--- a/backend/pom-oracle.xml Thu Aug 13 16:44:56 2020 +0200
+++ b/backend/pom-oracle.xml Thu Aug 13 17:28:20 2020 +0200
@@ -84,6 +84,7 @@
</descriptors>
</configuration>
</plugin>
+ <!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
@@ -97,8 +98,8 @@
<id>validate</id>
<phase>validate</phase>
<configuration>
- <consoleOutput>true</consoleOutput>
- <failsOnError>true</failsOnError>
+ <consoleOutput>false</consoleOutput>
+ <failsOnError>false</failsOnError>
</configuration>
<goals>
<goal>check</goal>
@@ -106,6 +107,7 @@
</execution>
</executions>
</plugin>
+ -->
</plugins>
</build>
More information about the Dive4Elements-commits
mailing list