Mercurial > dive4elements > river
diff backend/pom-oracle.xml @ 9137:3bbc687e6cb8
Removed dependency to simply-glamorous font, that was for testing only.
Also made pom.xml and pom-oracle.xml more similar.
author | gernotbelger |
---|---|
date | Fri, 08 Jun 2018 11:06:07 +0200 |
parents | a27c03105605 |
children | 9ec4686badae |
line wrap: on
line diff
--- a/backend/pom-oracle.xml Thu Jun 07 17:49:45 2018 +0200 +++ b/backend/pom-oracle.xml Fri Jun 08 11:06:07 2018 +0200 @@ -83,6 +83,30 @@ </descriptors> </configuration> </plugin> + <!-- + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + <version>3.0.0</version> + <configuration> + <configLocation>../checkstyle.xml</configLocation> + <encoding>UTF-8</encoding> + </configuration> + <executions> + <execution> + <id>validate</id> + <phase>validate</phase> + <configuration> + <consoleOutput>true</consoleOutput> + <failsOnError>true</failsOnError> + </configuration> + <goals> + <goal>check</goal> + </goals> + </execution> + </executions> + </plugin> + --> </plugins> </build>