Mercurial > dive4elements > river
comparison gwt-client/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 | b5a868b50500 |
children | 5b258de7f5a1 |
comparison
equal
deleted
inserted
replaced
8858:a805211690f7 | 8859:0862ea5d66ba |
---|---|
223 <fileset><directory>.gwt-tmp</directory></fileset> | 223 <fileset><directory>.gwt-tmp</directory></fileset> |
224 </filesets> | 224 </filesets> |
225 </configuration> | 225 </configuration> |
226 </plugin> | 226 </plugin> |
227 | 227 |
228 <plugin> | |
229 <groupId>org.apache.maven.plugins</groupId> | |
230 <artifactId>maven-checkstyle-plugin</artifactId> | |
231 <version>3.0.0</version> | |
232 <configuration> | |
233 <configLocation>../checkstyle.xml</configLocation> | |
234 <encoding>UTF-8</encoding> | |
235 </configuration> | |
236 <executions> | |
237 <execution> | |
238 <id>validate</id> | |
239 <phase>validate</phase> | |
240 <configuration> | |
241 <consoleOutput>true</consoleOutput> | |
242 <failsOnError>true</failsOnError> | |
243 </configuration> | |
244 <goals> | |
245 <goal>check</goal> | |
246 </goals> | |
247 </execution> | |
248 </executions> | |
249 </plugin> | |
250 | |
228 </plugins> | 251 </plugins> |
229 </build> | 252 </build> |
230 <repositories> | 253 <repositories> |
231 <repository> | 254 <repository> |
232 <id>com.smartgwt</id> | 255 <id>com.smartgwt</id> |