Mercurial > dive4elements > river
comparison backend/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 |
---|---|
82 <descriptors> | 82 <descriptors> |
83 <descriptor>src/assembly/assembly.xml</descriptor> | 83 <descriptor>src/assembly/assembly.xml</descriptor> |
84 </descriptors> | 84 </descriptors> |
85 </configuration> | 85 </configuration> |
86 </plugin> | 86 </plugin> |
87 <!-- | |
87 <plugin> | 88 <plugin> |
88 <groupId>org.apache.maven.plugins</groupId> | 89 <groupId>org.apache.maven.plugins</groupId> |
89 <artifactId>maven-checkstyle-plugin</artifactId> | 90 <artifactId>maven-checkstyle-plugin</artifactId> |
90 <version>3.0.0</version> | 91 <version>3.0.0</version> |
91 <configuration> | 92 <configuration> |
95 <executions> | 96 <executions> |
96 <execution> | 97 <execution> |
97 <id>validate</id> | 98 <id>validate</id> |
98 <phase>validate</phase> | 99 <phase>validate</phase> |
99 <configuration> | 100 <configuration> |
100 <consoleOutput>true</consoleOutput> | 101 <consoleOutput>false</consoleOutput> |
101 <failsOnError>true</failsOnError> | 102 <failsOnError>false</failsOnError> |
102 </configuration> | 103 </configuration> |
103 <goals> | 104 <goals> |
104 <goal>check</goal> | 105 <goal>check</goal> |
105 </goals> | 106 </goals> |
106 </execution> | 107 </execution> |
107 </executions> | 108 </executions> |
108 </plugin> | 109 </plugin> |
110 --> | |
109 </plugins> | 111 </plugins> |
110 </build> | 112 </build> |
111 | 113 |
112 <dependencies> | 114 <dependencies> |
113 <dependency> | 115 <dependency> |