Mercurial > dive4elements > river
comparison artifacts/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 | 363016ee831a |
children | 0a900d605d52 005302ec461d |
comparison
equal
deleted
inserted
replaced
8858:a805211690f7 | 8859:0862ea5d66ba |
---|---|
39 <configuration> | 39 <configuration> |
40 <descriptors> | 40 <descriptors> |
41 <descriptor>src/assembly/assembly.xml</descriptor> | 41 <descriptor>src/assembly/assembly.xml</descriptor> |
42 </descriptors> | 42 </descriptors> |
43 </configuration> | 43 </configuration> |
44 </plugin> | |
45 <plugin> | |
46 <groupId>org.apache.maven.plugins</groupId> | |
47 <artifactId>maven-checkstyle-plugin</artifactId> | |
48 <version>3.0.0</version> | |
49 <configuration> | |
50 <configLocation>../checkstyle.xml</configLocation> | |
51 <encoding>UTF-8</encoding> | |
52 </configuration> | |
53 <executions> | |
54 <execution> | |
55 <id>validate</id> | |
56 <phase>validate</phase> | |
57 <configuration> | |
58 <consoleOutput>true</consoleOutput> | |
59 <failsOnError>true</failsOnError> | |
60 </configuration> | |
61 <goals> | |
62 <goal>check</goal> | |
63 </goals> | |
64 </execution> | |
65 </executions> | |
44 </plugin> | 66 </plugin> |
45 </plugins> | 67 </plugins> |
46 </build> | 68 </build> |
47 | 69 |
48 <dependencies> | 70 <dependencies> |