Mercurial > dive4elements > river
comparison artifacts/pom.xml @ 9109:59cf6e6a452d
pdf export enhancements
author | gernotbelger |
---|---|
date | Fri, 01 Jun 2018 16:06:12 +0200 |
parents | 0a900d605d52 |
children | 928cc44711db |
comparison
equal
deleted
inserted
replaced
9108:f5b55b383ef9 | 9109:59cf6e6a452d |
---|---|
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
3 <modelVersion>4.0.0</modelVersion> | 2 <modelVersion>4.0.0</modelVersion> |
4 | 3 |
5 <groupId>org.dive4elements.river</groupId> | 4 <groupId>org.dive4elements.river</groupId> |
6 <artifactId>river-artifacts</artifactId> | 5 <artifactId>river-artifacts</artifactId> |
7 <version>1.0-SNAPSHOT</version> | 6 <version>1.0-SNAPSHOT</version> |
8 <packaging>jar</packaging> | 7 <packaging>jar</packaging> |
9 | |
10 <name>river-artifacts</name> | 8 <name>river-artifacts</name> |
11 <url>http://maven.apache.org</url> | 9 <url>http://maven.apache.org</url> |
12 | 10 |
13 <properties> | 11 <properties> |
14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 12 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
15 </properties> | 13 </properties> |
16 | 14 |
17 <build> | 15 <build> |
18 <plugins> | 16 <plugins> |
19 <plugin> | 17 <plugin> |
20 <groupId>org.apache.maven.plugins</groupId> | 18 <groupId>org.apache.maven.plugins</groupId> |
21 <artifactId>maven-compiler-plugin</artifactId> | 19 <artifactId>maven-compiler-plugin</artifactId> |
22 <version>2.0.2</version> | 20 <version>2.0.2</version> |
23 <configuration> | 21 <configuration> |
24 <source>1.7</source> | 22 <source>1.7</source> |
25 <target>1.7</target> | 23 <target>1.7</target> |
26 </configuration> | 24 </configuration> |
27 </plugin> | 25 </plugin> |
28 <plugin> | 26 <plugin> |
29 <groupId>org.apache.maven.plugins</groupId> | 27 <groupId>org.apache.maven.plugins</groupId> |
30 <artifactId>maven-javadoc-plugin</artifactId> | 28 <artifactId>maven-javadoc-plugin</artifactId> |
31 <version>2.8.1</version> | 29 <version>2.8.1</version> |
45 <!--plugin> | 43 <!--plugin> |
46 <groupId>org.apache.maven.plugins</groupId> | 44 <groupId>org.apache.maven.plugins</groupId> |
47 <artifactId>maven-checkstyle-plugin</artifactId> | 45 <artifactId>maven-checkstyle-plugin</artifactId> |
48 <version>3.0.0</version> | 46 <version>3.0.0</version> |
49 <configuration> | 47 <configuration> |
50 <configLocation>../checkstyle.xml</configLocation> | 48 <configLocation>../checkstyle.xml</configLocation> |
51 <encoding>UTF-8</encoding> | 49 <encoding>UTF-8</encoding> |
52 </configuration> | 50 </configuration> |
53 <executions> | 51 <executions> |
54 <execution> | 52 <execution> |
55 <id>validate</id> | 53 <id>validate</id> |
56 <phase>validate</phase> | 54 <phase>validate</phase> |
57 <configuration> | 55 <configuration> |
58 <consoleOutput>true</consoleOutput> | 56 <consoleOutput>true</consoleOutput> |
59 <failsOnError>true</failsOnError> | 57 <failsOnError>true</failsOnError> |
60 </configuration> | 58 </configuration> |
61 <goals> | 59 <goals> |
62 <goal>check</goal> | 60 <goal>check</goal> |
63 </goals> | 61 </goals> |
64 </execution> | 62 </execution> |
65 </executions> | 63 </executions> |
66 </plugin--> | 64 </plugin --> |
67 </plugins> | 65 </plugins> |
68 </build> | 66 </build> |
69 | 67 |
70 <dependencies> | 68 <dependencies> |
69 | |
70 <dependency> | |
71 <groupId>roboto.jar</groupId> | |
72 <artifactId>roboto</artifactId> | |
73 <version>0</version> | |
74 <scope>system</scope> | |
75 <systemPath>${project.basedir}/src/main/resources/roboto.jar</systemPath> | |
76 </dependency> | |
71 <dependency> | 77 <dependency> |
72 <groupId>net.sf.ehcache</groupId> | 78 <groupId>net.sf.ehcache</groupId> |
73 <artifactId>ehcache-core</artifactId> | 79 <artifactId>ehcache-core</artifactId> |
74 <version>2.4.2</version> | 80 <version>2.4.2</version> |
75 </dependency> | 81 </dependency> |
133 <groupId>com.h2database</groupId> | 139 <groupId>com.h2database</groupId> |
134 <artifactId>h2</artifactId> | 140 <artifactId>h2</artifactId> |
135 <version>1.3.158</version> | 141 <version>1.3.158</version> |
136 </dependency> | 142 </dependency> |
137 <dependency> | 143 <dependency> |
138 <groupId>commons-io</groupId> | 144 <groupId>commons-io</groupId> |
139 <artifactId>commons-io</artifactId> | 145 <artifactId>commons-io</artifactId> |
140 <version>2.4</version> | 146 <version>2.4</version> |
141 </dependency> | 147 </dependency> |
142 <dependency> | 148 <dependency> |
143 <groupId>org.geotools</groupId> | 149 <groupId>org.geotools</groupId> |
144 <artifactId>gt-shapefile</artifactId> | 150 <artifactId>gt-shapefile</artifactId> |
145 <version>2.7.2</version> | 151 <version>2.7.2</version> |
191 <version>1.6.0</version> | 197 <version>1.6.0</version> |
192 </dependency> | 198 </dependency> |
193 </dependencies> | 199 </dependencies> |
194 <repositories> | 200 <repositories> |
195 <repository> | 201 <repository> |
196 <id>jboss-repo2</id> | 202 <id>jboss-repo2</id> |
197 <name>JBoss repo2</name> | 203 <name>JBoss repo2</name> |
198 <url>http://repository.jboss.org/nexus/content/groups/public/</url> | 204 <url>http://repository.jboss.org/nexus/content/groups/public/</url> |
199 </repository> | 205 </repository> |
200 <repository> | 206 <repository> |
201 <id>gt2.repo</id> | 207 <id>gt2.repo</id> |
202 <name>GeoTools2 Repository including JTS</name> | 208 <name>GeoTools2 Repository including JTS</name> |
203 <url>http://download.osgeo.org/webdav/geotools</url> | 209 <url>http://download.osgeo.org/webdav/geotools</url> |