# HG changeset patch # User Tom Gottfried # Date 1516305243 -3600 # Node ID 0862ea5d66baf60e7eee496d130a35157cc9ec12 # Parent a805211690f7ee505a348385723af4f213445a1d Add Checkstyle configuration. diff -r a805211690f7 -r 0862ea5d66ba artifacts/pom.xml --- a/artifacts/pom.xml Thu Jan 18 20:52:41 2018 +0100 +++ b/artifacts/pom.xml Thu Jan 18 20:54:03 2018 +0100 @@ -42,6 +42,28 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.0.0 + + ../checkstyle.xml + UTF-8 + + + + validate + validate + + true + true + + + check + + + + diff -r a805211690f7 -r 0862ea5d66ba backend/pom.xml --- a/backend/pom.xml Thu Jan 18 20:52:41 2018 +0100 +++ b/backend/pom.xml Thu Jan 18 20:54:03 2018 +0100 @@ -82,6 +82,28 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.0.0 + + ../checkstyle.xml + UTF-8 + + + + validate + validate + + true + true + + + check + + + + diff -r a805211690f7 -r 0862ea5d66ba checkstyle.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/checkstyle.xml Thu Jan 18 20:54:03 2018 +0100 @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r a805211690f7 -r 0862ea5d66ba gwt-client/pom.xml --- a/gwt-client/pom.xml Thu Jan 18 20:52:41 2018 +0100 +++ b/gwt-client/pom.xml Thu Jan 18 20:54:03 2018 +0100 @@ -225,6 +225,29 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.0.0 + + ../checkstyle.xml + UTF-8 + + + + validate + validate + + true + true + + + check + + + + + diff -r a805211690f7 -r 0862ea5d66ba java.header --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/java.header Thu Jan 18 20:54:03 2018 +0100 @@ -0,0 +1,7 @@ +^/\* Copyright \(C\) .* by Bundesanstalt für Gewässerkunde$ +^ \* Software engineering by .*$ +^ \*$ +^ \* This file is Free Software under the GNU AGPL \(>=v3\)$ +^ \* and comes with ABSOLUTELY NO WARRANTY! Check out the$ +^ \* documentation coming with Dive4Elements River for details.$ +^ \*/$