comparison artifacts/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 2fb72a0aa313
children bcaca2433f12
comparison
equal deleted inserted replaced
9136:38e68e72cfb8 9137:3bbc687e6cb8
3 3
4 <groupId>org.dive4elements.river</groupId> 4 <groupId>org.dive4elements.river</groupId>
5 <artifactId>river-artifacts</artifactId> 5 <artifactId>river-artifacts</artifactId>
6 <version>1.0-SNAPSHOT</version> 6 <version>1.0-SNAPSHOT</version>
7 <packaging>jar</packaging> 7 <packaging>jar</packaging>
8
9 <name>river-artifacts</name> 8 <name>river-artifacts</name>
10 <url>http://maven.apache.org</url> 9 <url>http://maven.apache.org</url>
11 10
12 <properties> 11 <properties>
13 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 12 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
39 <descriptors> 38 <descriptors>
40 <descriptor>src/assembly/assembly.xml</descriptor> 39 <descriptor>src/assembly/assembly.xml</descriptor>
41 </descriptors> 40 </descriptors>
42 </configuration> 41 </configuration>
43 </plugin> 42 </plugin>
43 <!--plugin>
44 <groupId>org.apache.maven.plugins</groupId>
45 <artifactId>maven-checkstyle-plugin</artifactId>
46 <version>3.0.0</version>
47 <configuration>
48 <configLocation>../checkstyle.xml</configLocation>
49 <encoding>UTF-8</encoding>
50 </configuration>
51 <executions>
52 <execution>
53 <id>validate</id>
54 <phase>validate</phase>
55 <configuration>
56 <consoleOutput>true</consoleOutput>
57 <failsOnError>true</failsOnError>
58 </configuration>
59 <goals>
60 <goal>check</goal>
61 </goals>
62 </execution>
63 </executions>
64 </plugin -->
44 </plugins> 65 </plugins>
45 </build> 66 </build>
46 67
47 <dependencies> 68 <dependencies>
48 <dependency>
49 <groupId>simply_glamorous.jar</groupId>
50 <artifactId>simply_glamorous</artifactId>
51 <version>0</version>
52 <scope>system</scope>
53 <systemPath>${project.basedir}/contrib/fonts/simply_glamorous.jar</systemPath>
54 </dependency>
55 <dependency> 69 <dependency>
56 <groupId>roboto.jar</groupId> 70 <groupId>roboto.jar</groupId>
57 <artifactId>roboto</artifactId> 71 <artifactId>roboto</artifactId>
58 <version>0</version> 72 <version>0</version>
59 <scope>system</scope> 73 <scope>system</scope>

http://dive4elements.wald.intevation.org