comparison artifacts/pom-oracle.xml @ 9689:fabf92342ee5

Deactivated checkstyle for now
author Gernot Belger <g.belger@bjoernsen.de>
date Thu, 13 Aug 2020 17:28:20 +0200
parents 9ec4686badae
children
comparison
equal deleted inserted replaced
9688:c0803135455c 9689:fabf92342ee5
39 <descriptors> 39 <descriptors>
40 <descriptor>src/assembly/assembly.xml</descriptor> 40 <descriptor>src/assembly/assembly.xml</descriptor>
41 </descriptors> 41 </descriptors>
42 </configuration> 42 </configuration>
43 </plugin> 43 </plugin>
44 <!--
44 <plugin> 45 <plugin>
45 <groupId>org.apache.maven.plugins</groupId> 46 <groupId>org.apache.maven.plugins</groupId>
46 <artifactId>maven-checkstyle-plugin</artifactId> 47 <artifactId>maven-checkstyle-plugin</artifactId>
47 <version>3.0.0</version> 48 <version>3.0.0</version>
48 <configuration> 49 <configuration>
52 <executions> 53 <executions>
53 <execution> 54 <execution>
54 <id>validate</id> 55 <id>validate</id>
55 <phase>validate</phase> 56 <phase>validate</phase>
56 <configuration> 57 <configuration>
57 <consoleOutput>true</consoleOutput> 58 <consoleOutput>false</consoleOutput>
58 <failsOnError>true</failsOnError> 59 <failsOnError>false</failsOnError>
59 </configuration> 60 </configuration>
60 <goals> 61 <goals>
61 <goal>check</goal> 62 <goal>check</goal>
62 </goals> 63 </goals>
63 </execution> 64 </execution>
64 </executions> 65 </executions>
65 </plugin> 66 </plugin>
67 -->
66 </plugins> 68 </plugins>
67 </build> 69 </build>
68 70
69 <dependencies> 71 <dependencies>
70 <dependency> 72 <dependency>

http://dive4elements.wald.intevation.org