Mercurial > dive4elements > river
comparison backend/pom-oracle.xml @ 9678:e5d1a10d54ae 3.2.x
Fixup */pom-oracle.xml
Reduces differences to respective pom.xml files to the necessary.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 03 Jun 2020 08:54:48 +0200 |
parents | bfc047db6ed7 |
children | 9ec4686badae ee1b409af91c |
comparison
equal
deleted
inserted
replaced
9677:bfc047db6ed7 | 9678:e5d1a10d54ae |
---|---|
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 <plugin> | |
88 <groupId>org.apache.maven.plugins</groupId> | |
89 <artifactId>maven-checkstyle-plugin</artifactId> | |
90 <version>3.0.0</version> | |
91 <configuration> | |
92 <configLocation>../checkstyle.xml</configLocation> | |
93 <encoding>UTF-8</encoding> | |
94 </configuration> | |
95 <executions> | |
96 <execution> | |
97 <id>validate</id> | |
98 <phase>validate</phase> | |
99 <configuration> | |
100 <consoleOutput>true</consoleOutput> | |
101 <failsOnError>true</failsOnError> | |
102 </configuration> | |
103 <goals> | |
104 <goal>check</goal> | |
105 </goals> | |
106 </execution> | |
107 </executions> | |
108 </plugin> | |
87 </plugins> | 109 </plugins> |
88 </build> | 110 </build> |
89 | 111 |
90 <dependencies> | 112 <dependencies> |
91 <dependency> | 113 <dependency> |