Mercurial > dive4elements > river
comparison backend/pom.xml @ 8859:0862ea5d66ba 3.2.x
Add Checkstyle configuration.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 18 Jan 2018 20:54:03 +0100 |
parents | dbdb7c9bd51b |
children | 837c04af69fd aee871c60599 |
comparison
equal
deleted
inserted
replaced
8858:a805211690f7 | 8859:0862ea5d66ba |
---|---|
79 <configuration> | 79 <configuration> |
80 <descriptors> | 80 <descriptors> |
81 <descriptor>src/assembly/assembly.xml</descriptor> | 81 <descriptor>src/assembly/assembly.xml</descriptor> |
82 </descriptors> | 82 </descriptors> |
83 </configuration> | 83 </configuration> |
84 </plugin> | |
85 <plugin> | |
86 <groupId>org.apache.maven.plugins</groupId> | |
87 <artifactId>maven-checkstyle-plugin</artifactId> | |
88 <version>3.0.0</version> | |
89 <configuration> | |
90 <configLocation>../checkstyle.xml</configLocation> | |
91 <encoding>UTF-8</encoding> | |
92 </configuration> | |
93 <executions> | |
94 <execution> | |
95 <id>validate</id> | |
96 <phase>validate</phase> | |
97 <configuration> | |
98 <consoleOutput>true</consoleOutput> | |
99 <failsOnError>true</failsOnError> | |
100 </configuration> | |
101 <goals> | |
102 <goal>check</goal> | |
103 </goals> | |
104 </execution> | |
105 </executions> | |
84 </plugin> | 106 </plugin> |
85 </plugins> | 107 </plugins> |
86 </build> | 108 </build> |
87 | 109 |
88 <dependencies> | 110 <dependencies> |