gernotbelger@9120: <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">
tom@8515:   <modelVersion>4.0.0</modelVersion>
tom@8515: 
tom@8515:   <groupId>org.dive4elements.river</groupId>
tom@8515:   <artifactId>river-artifacts</artifactId>
tom@8515:   <version>1.0-SNAPSHOT</version>
tom@8515:   <packaging>jar</packaging>
tom@8515:   <name>river-artifacts</name>
tom@8515:   <url>http://maven.apache.org</url>
tom@8515: 
tom@8515:   <properties>
tom@8515:     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
tom@8515:   </properties>
tom@8515: 
tom@8515:   <build>
tom@8515:     <plugins>
tom@8515:       <plugin>
gernotbelger@9120:         <groupId>org.apache.maven.plugins</groupId>
gernotbelger@9120:         <artifactId>maven-compiler-plugin</artifactId>
gernotbelger@9120:         <version>2.0.2</version>
gernotbelger@9120:         <configuration>
gernotbelger@9120:           <source>1.7</source>
gernotbelger@9120:           <target>1.7</target>
gernotbelger@9120:         </configuration>
tom@8515:       </plugin>
tom@8515:       <plugin>
tom@8515:         <groupId>org.apache.maven.plugins</groupId>
tom@8515:         <artifactId>maven-javadoc-plugin</artifactId>
tom@8515:         <version>2.8.1</version>
tom@8515:         <configuration>
tom@8515:           <show>private</show>
tom@8515:           <nohelp>true</nohelp>
tom@8515:         </configuration>
tom@8515:       </plugin>
tom@8515:       <plugin>
tom@8515:         <artifactId>maven-assembly-plugin</artifactId>
tom@8515:         <configuration>
tom@8515:           <descriptors>
tom@8515:             <descriptor>src/assembly/assembly.xml</descriptor>
tom@8515:           </descriptors>
tom@8515:         </configuration>
tom@8515:       </plugin>
gernotbelger@9137:       <!--plugin>
gernotbelger@9137:         <groupId>org.apache.maven.plugins</groupId>
gernotbelger@9137:         <artifactId>maven-checkstyle-plugin</artifactId>
gernotbelger@9137:         <version>3.0.0</version>
gernotbelger@9137:         <configuration>
gernotbelger@9137:         <configLocation>../checkstyle.xml</configLocation>
gernotbelger@9137:         <encoding>UTF-8</encoding>
gernotbelger@9137:         </configuration>
gernotbelger@9137:         <executions>
gernotbelger@9137:         <execution>
gernotbelger@9137:         <id>validate</id>
gernotbelger@9137:         <phase>validate</phase>
gernotbelger@9137:         <configuration>
gernotbelger@9137:         <consoleOutput>true</consoleOutput>
gernotbelger@9137:         <failsOnError>true</failsOnError>
gernotbelger@9137:         </configuration>
gernotbelger@9137:         <goals>
gernotbelger@9137:         <goal>check</goal>
gernotbelger@9137:         </goals>
gernotbelger@9137:         </execution>
gernotbelger@9137:         </executions>
gernotbelger@9137:         </plugin -->
tom@8515:     </plugins>
tom@8515:   </build>
tom@8515: 
tom@8515:   <dependencies>
tom@8515:     <dependency>
gernotbelger@9120:       <groupId>roboto.jar</groupId>
gernotbelger@9120:       <artifactId>roboto</artifactId>
gernotbelger@9120:       <version>0</version>
gernotbelger@9120:       <scope>system</scope>
gernotbelger@9120:       <systemPath>${project.basedir}/contrib/fonts/roboto.jar</systemPath>
gernotbelger@9120:     </dependency>
gernotbelger@9120:     <dependency>
tom@8515:       <groupId>net.sf.ehcache</groupId>
tom@8515:       <artifactId>ehcache-core</artifactId>
tom@8515:       <version>2.4.2</version>
tom@8515:     </dependency>
tom@8515:     <dependency>
tom@8515:       <groupId>junit</groupId>
tom@8515:       <artifactId>junit</artifactId>
tom@8515:       <version>3.8.1</version>
tom@8515:       <scope>test</scope>
tom@8515:     </dependency>
tom@8515:     <dependency>
tom@8515:       <groupId>trove</groupId>
tom@8515:       <artifactId>trove</artifactId>
tom@8515:       <version>1.1-beta-5</version>
tom@8515:     </dependency>
tom@8515:     <dependency>
tom@8515:       <groupId>net.sf.opencsv</groupId>
tom@8515:       <artifactId>opencsv</artifactId>
tom@8515:       <version>2.0</version>
tom@8515:     </dependency>
tom@8515:     <dependency>
tom@8515:       <groupId>org.dive4elements</groupId>
tom@8515:       <artifactId>artifact-database</artifactId>
tom@8515:       <version>1.0-SNAPSHOT</version>
tom@8515:     </dependency>
tom@8515:     <dependency>
tom@8515:       <groupId>org.dive4elements</groupId>
tom@8515:       <artifactId>artifacts-common</artifactId>
tom@8515:       <version>1.0-SNAPSHOT</version>
tom@8515:     </dependency>
tom@8515:     <dependency>
tom@8515:       <groupId>org.dive4elements.river</groupId>
tom@8515:       <artifactId>river-backend</artifactId>
tom@8515:       <version>1.0-SNAPSHOT-ora</version>
tom@8515:     </dependency>
tom@8515:     <dependency>
tom@8515:       <groupId>org.jfree</groupId>
tom@8515:       <artifactId>jfreechart</artifactId>
tom@8515:       <version>1.0.15</version>
tom@8515:     </dependency>
tom@8515:     <dependency>
tom@8515:       <groupId>org.apache.xmlgraphics</groupId>
tom@8515:       <artifactId>batik-dom</artifactId>
tom@8515:       <version>1.7</version>
tom@8515:     </dependency>
tom@8515:     <dependency>
tom@8515:       <groupId>org.apache.xmlgraphics</groupId>
tom@8515:       <artifactId>batik-svggen</artifactId>
tom@8515:       <version>1.7</version>
tom@8515:     </dependency>
tom@8515:     <dependency>
tom@8515:       <groupId>com.lowagie</groupId>
tom@8515:       <artifactId>itext</artifactId>
tom@8515:       <version>2.1.7</version>
tom@8515:     </dependency>
tom@8515:     <dependency>
tom@8515:       <groupId>org.apache.commons</groupId>
tom@8515:       <artifactId>commons-math</artifactId>
tom@8515:       <version>2.2</version>
tom@8515:     </dependency>
tom@8515:     <dependency>
tom@8515:       <groupId>com.h2database</groupId>
tom@8515:       <artifactId>h2</artifactId>
tom@8515:       <version>1.3.158</version>
tom@8515:     </dependency>
tom@8515:     <dependency>
gernotbelger@9120:       <groupId>commons-io</groupId>
gernotbelger@9120:       <artifactId>commons-io</artifactId>
gernotbelger@9120:       <version>2.4</version>
tom@8515:     </dependency>
tom@8515:     <dependency>
tom@8515:       <groupId>org.geotools</groupId>
tom@8515:       <artifactId>gt-shapefile</artifactId>
tom@8515:       <version>2.7.2</version>
tom@8515:     </dependency>
tom@8515:     <dependency>
tom@8515:       <groupId>org.geotools</groupId>
tom@8515:       <artifactId>gt-epsg-wkt</artifactId>
tom@8515:       <version>2.7.2</version>
tom@8515:     </dependency>
tom@8515:     <dependency>
tom@8515:       <groupId>org.geotools</groupId>
tom@8515:       <artifactId>gt-geojson</artifactId>
tom@8515:       <version>2.7.2</version>
tom@8515:     </dependency>
tom@8515:     <dependency>
tom@8515:       <groupId>org.geotools</groupId>
tom@8515:       <artifactId>gt-swing</artifactId>
tom@8515:       <version>2.7.2</version>
tom@8515:     </dependency>
tom@8515:     <dependency>
tom@8770:       <groupId>org.hibernatespatial</groupId>
tom@8770:       <artifactId>hibernate-spatial</artifactId>
tom@8770:       <version>1.1.1</version>
tom@8770:     </dependency>
tom@8770:     <dependency>
tom@8515:       <groupId>org.json</groupId>
tom@8515:       <artifactId>json</artifactId>
tom@8515:       <version>20090211</version>
tom@8515:     </dependency>
tom@8515:     <dependency>
tom@8515:       <groupId>org.apache.velocity</groupId>
tom@8515:       <artifactId>velocity</artifactId>
tom@8515:       <version>1.7</version>
tom@8515:     </dependency>
tom@8515:     <dependency>
tom@8515:       <groupId>net.sf.jasperreports</groupId>
tom@8515:       <artifactId>jasperreports</artifactId>
tom@8515:       <version>4.5.0</version>
tom@8516:       <exclusions>
tom@8516:         <exclusion>
tom@8516:           <groupId>jfree</groupId>
tom@8516:           <artifactId>jfreechart</artifactId>
tom@8516:         </exclusion>
tom@8516:       </exclusions>
tom@8515:     </dependency>
tom@8515:     <dependency>
tom@8515:       <groupId>org.codehaus.groovy</groupId>
tom@8515:       <artifactId>groovy-all</artifactId>
tom@8515:       <version>1.6.0</version>
tom@8515:     </dependency>
tom@8515:   </dependencies>
tom@8515:   <repositories>
tom@8515:     <repository>
gernotbelger@9120:       <id>jboss-repo2</id>
gernotbelger@9120:       <name>JBoss repo2</name>
gernotbelger@9120:       <url>http://repository.jboss.org/nexus/content/groups/public/</url>
tom@8515:     </repository>
tom@8515:     <repository>
tom@8515:       <id>gt2.repo</id>
tom@8515:       <name>GeoTools2 Repository including JTS</name>
tom@8515:       <url>http://download.osgeo.org/webdav/geotools</url>
tom@8515:     </repository>
tom@8770:     <repository>
tom@8770:       <id>Hibernate Spatial repo</id>
tom@8770:       <url>http://www.hibernatespatial.org/repository</url>
tom@8770:     </repository>
tom@8515:   </repositories>
tom@8515: </project>