Mercurial > dive4elements > river
comparison backend/pom-oracle.xml @ 9137:3bbc687e6cb8
Removed dependency to simply-glamorous font, that was for testing only.
Also made pom.xml and pom-oracle.xml more similar.
author | gernotbelger |
---|---|
date | Fri, 08 Jun 2018 11:06:07 +0200 |
parents | a27c03105605 |
children | 9ec4686badae |
comparison
equal
deleted
inserted
replaced
9136:38e68e72cfb8 | 9137:3bbc687e6cb8 |
---|---|
81 <descriptors> | 81 <descriptors> |
82 <descriptor>src/assembly/assembly.xml</descriptor> | 82 <descriptor>src/assembly/assembly.xml</descriptor> |
83 </descriptors> | 83 </descriptors> |
84 </configuration> | 84 </configuration> |
85 </plugin> | 85 </plugin> |
86 <!-- | |
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> | |
109 --> | |
86 </plugins> | 110 </plugins> |
87 </build> | 111 </build> |
88 | 112 |
89 <dependencies> | 113 <dependencies> |
90 <dependency> | 114 <dependency> |