Mercurial > dive4elements > river
changeset 9689:fabf92342ee5
Deactivated checkstyle for now
author | Gernot Belger <g.belger@bjoernsen.de> |
---|---|
date | Thu, 13 Aug 2020 17:28:20 +0200 |
parents | c0803135455c |
children | 870d4585cab7 |
files | artifacts/pom-oracle.xml backend/pom-oracle.xml |
diffstat | 2 files changed, 8 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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>
--- 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>