/alaspatial/pom.xml
http://alageospatialportal.googlecode.com/ · XML · 549 lines · 481 code · 34 blank · 34 comment · 0 complexity · 3068092d1417d4cd35cd78dfdb361fb9 MD5 · raw file
- <?xml version="1.0" encoding="UTF-8"?>
- <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/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>ala</groupId>
- <artifactId>ala-spatial</artifactId>
- <packaging>war</packaging>
- <version>1.0-SNAPSHOT</version>
- <name>ALA Spatial Analysis</name>
- <description>This is the ALA Spatial Portal providing access to the core ALA Portal mapping and analyses of occurrence and specimen records from collections in Australia.</description>
- <url>http://www.ala.org.au</url>
- <properties>
- <org.springframework.version>3.0.6.RELEASE</org.springframework.version>
- <org.slf4j.version>1.5.10</org.slf4j.version>
- <netbeans.hint.deploy.server>Tomcat60</netbeans.hint.deploy.server>
- <geotools.version>2.7.4</geotools.version>
- </properties>
- <dependencies>
- <dependency>
- <groupId>org.ala.layers</groupId>
- <artifactId>layers-store</artifactId>
- <version>1.0-SNAPSHOT</version>
- <exclusions>
- <exclusion>
- <groupId>net.sourceforge.andspidclient</groupId>
- <artifactId>ands-pid-client</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <!-- http://code.google.com/p/six11utils/ -->
- <groupId>six11utils</groupId>
- <artifactId>six11utils</artifactId>
- <version>1</version>
- </dependency>
- <dependency>
- <!-- http://math.nist.gov/javanumerics/jama/ -->
- <groupId>jama</groupId>
- <artifactId>jama</artifactId>
- <version>1.0.2</version>
- </dependency>
- <dependency>
- <groupId>jfree</groupId>
- <artifactId>jfreechart</artifactId>
- <version>1.0.13</version>
- </dependency>
- <dependency>
- <groupId>org.geotools</groupId>
- <artifactId>gt-main</artifactId>
- <version>${geotools.version}</version>
- </dependency>
- <dependency>
- <groupId>org.geotools</groupId>
- <artifactId>gt-api</artifactId>
- <version>${geotools.version}</version>
- </dependency>
- <dependency>
- <groupId>org.geotools</groupId>
- <artifactId>gt-shapefile</artifactId>
- <version>${geotools.version}</version>
- </dependency>
- <dependency>
- <groupId>org.opengis</groupId>
- <artifactId>geoapi</artifactId>
- <version>2.3-M1</version>
- </dependency>
- <dependency>
- <groupId>org.opengis</groupId>
- <artifactId>geoapi-pending</artifactId>
- <version>2.3-M1</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-math3</artifactId>
- <version>3.0</version>
- </dependency>
-
- <!-- Spring -->
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-context</artifactId>
- <version>${org.springframework.version}</version>
- <exclusions>
- <!-- Exclude Commons Logging in favor of SLF4j -->
- <exclusion>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-webmvc</artifactId>
- <version>${org.springframework.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-tx</artifactId>
- <version>${org.springframework.version}</version>
- </dependency>
-
- <!-- ALA header and tails -->
- <dependency>
- <groupId>au.org.ala</groupId>
- <artifactId>ala-header-and-tails</artifactId>
- <version>1.0-SNAPSHOT</version>
- </dependency>
-
- <!-- zk -->
-
- <dependency>
- <groupId>org.zkoss.zk</groupId>
- <artifactId>zk</artifactId>
- <version>3.6.3</version>
- </dependency>
- <dependency>
- <groupId>org.zkoss.common</groupId>
- <artifactId>zcommon</artifactId>
- <version>3.6.3</version>
- </dependency>
- <dependency>
- <groupId>org.zkoss.zk</groupId>
- <artifactId>zhtml</artifactId>
- <version>3.6.3</version>
- </dependency>
- <dependency>
- <groupId>org.zkoss.zk</groupId>
- <artifactId>zkplus</artifactId>
- <version>3.6.3</version>
- </dependency>
- <dependency>
- <groupId>org.zkoss.zk</groupId>
- <artifactId>zml</artifactId>
- <version>3.6.3</version>
- </dependency>
- <dependency>
- <groupId>org.zkoss.zk</groupId>
- <artifactId>zul</artifactId>
- <version>3.6.3</version>
- </dependency>
- <dependency>
- <groupId>org.zkoss.common</groupId>
- <artifactId>zweb</artifactId>
- <version>3.6.3</version>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>1.4</version>
- </dependency>
- <dependency>
- <groupId>org.beanshell</groupId>
- <artifactId>bsh</artifactId>
- <version>2.0b4</version>
- </dependency>
-
- <dependency>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
- <version>1.2.1</version>
- </dependency>
-
- <dependency>
- <groupId>jboss</groupId>
- <artifactId>jboss-serialization</artifactId>
- <version>4.2.2.GA</version>
- </dependency>
- <dependency>
- <groupId>trove</groupId>
- <artifactId>trove</artifactId>
- <version>1.0.2</version>
- </dependency>
-
-
- <!-- JSTL -->
- <dependency>
- <groupId>taglibs</groupId>
- <artifactId>standard</artifactId>
- <version>1.1.2</version>
- </dependency>
-
- <!-- Logging -->
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <version>${org.slf4j.version}</version>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>jcl-over-slf4j</artifactId>
- <version>${org.slf4j.version}</version>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <version>${org.slf4j.version}</version>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.16</version>
- <exclusions>
- <exclusion>
- <groupId>javax.mail</groupId>
- <artifactId>mail</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.jms</groupId>
- <artifactId>jms</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.sun.jdmk</groupId>
- <artifactId>jmxtools</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.sun.jmx</groupId>
- <artifactId>jmxri</artifactId>
- </exclusion>
- </exclusions>
- <scope>runtime</scope>
- </dependency>
-
- <!-- JSR 303 with Hibernate Validator -->
- <dependency>
- <groupId>javax.validation</groupId>
- <artifactId>validation-api</artifactId>
- <version>1.0.0.GA</version>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-validator</artifactId>
- <version>4.0.2.GA</version>
- </dependency>
-
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-core</artifactId>
- <version>3.3.2.GA</version>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-entitymanager</artifactId>
- <version>3.4.0.GA</version>
- </dependency>
- <!-- <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-annotations</artifactId>
- <version>3.4.0.GA</version> </dependency> -->
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-c3p0</artifactId>
- <version>3.3.2.GA</version>
- </dependency>
-
- <!-- hibernate spatial <dependency> <groupId>org.hibernatespatial</groupId>
- <artifactId>hibernate-spatial-postgis</artifactId> <version>1.0-M2</version>
- <exclusions> <exclusion> <groupId>org.hibernate</groupId> <artifactId>hibernate</artifactId>
- </exclusion> </exclusions> </dependency> -->
-
- <!-- hibernate spatial -->
- <dependency>
- <groupId>org.hibernatespatial</groupId>
- <artifactId>hibernate-spatial-postgis</artifactId>
- <version>1.1.1</version>
- <exclusions>
- <exclusion>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
- <!-- postgresql -->
-
- <dependency>
- <groupId>postgresql</groupId>
- <artifactId>postgresql</artifactId>
- <version>8.4-701.jdbc4</version>
- </dependency>
-
- <!-- csv -->
- <dependency>
- <groupId>net.sf.opencsv</groupId>
- <artifactId>opencsv</artifactId>
- <version>2.1</version>
- </dependency>
-
-
-
-
- <!-- Joda Time -->
- <!-- <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId>
- <version>1.6</version> <scope>runtime</scope> </dependency> <dependency>
- <groupId>joda-time</groupId> <artifactId>joda-time-jsptags</artifactId> <version>1.0.2</version>
- <scope>runtime</scope> </dependency> -->
-
- <!-- HTTP Client -->
- <dependency>
- <groupId>commons-httpclient</groupId>
- <artifactId>commons-httpclient</artifactId>
- <version>3.1</version>
- </dependency>
-
-
- <!-- Jackson JSON Mapper -->
- <dependency>
- <groupId>org.codehaus.jackson</groupId>
- <artifactId>jackson-mapper-asl</artifactId>
- <version>1.4.2</version>
- </dependency>
-
- <!-- URL Rewrite -->
- <dependency>
- <groupId>org.tuckey</groupId>
- <artifactId>urlrewritefilter</artifactId>
- <version>3.1.0</version>
- </dependency>
-
- <!-- db connection pooling -->
- <dependency>
- <groupId>commons-dbcp</groupId>
- <artifactId>commons-dbcp</artifactId>
- <version>1.2.2</version>
- <!-- <scope>test</scope> -->
- </dependency>
-
-
- <!-- Servlet -->
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.5</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet.jsp</groupId>
- <artifactId>jsp-api</artifactId>
- <version>2.1</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
- <version>1.2</version>
- </dependency>
-
- <!-- Test -->
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.7</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-oxm</artifactId>
- <version>3.0.5.RELEASE</version>
- </dependency>
- <dependency>
- <groupId>com.thoughtworks.xstream</groupId>
- <artifactId>xstream</artifactId>
- <version>1.3.1</version>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-commons-annotations</artifactId>
- <version>3.2.0.Final</version>
- <type>jar</type>
- </dependency>
- </dependencies>
- <repositories>
- <!-- For JSR 303 and Hibernate Validator only - Encourage JBoss to publish
- these artifacts to Maven Central! -->
- <repository>
- <id>org.jboss.repository.maven</id>
- <url>http://repository.jboss.org/</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>GeoTools repo</id>
- <url>http://maven.geotools.fr/repository</url>
- </repository>
- <repository>
- <id>Hibernate Spatial repo</id>
- <url>http://www.hibernatespatial.org/repository</url>
- </repository>
- <repository>
- <id>opengeo</id>
- <url>http://repo.opengeo.org</url>
- </repository>
- <!-- ALA repository -->
- <repository>
- <id>ala-repository</id>
- <name>ala-repository</name>
- <url>http://maven.ala.org.au/repository</url>
- </repository>
- </repositories>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- <showWarnings>true</showWarnings>
- <showDeprecation>true</showDeprecation>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-war-plugin</artifactId>
- <configuration>
- <warName>alaspatial</warName>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <executions>
- <execution>
- <id>make-a-jar</id>
- <phase>compile</phase>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-install-plugin</artifactId>
- <executions>
- <execution>
- <phase>install</phase>
- <goals>
- <goal>install-file</goal>
- </goals>
- <configuration>
- <packaging>jar</packaging>
- <artifactId>${project.artifactId}</artifactId>
- <groupId>${project.groupId}</groupId>
- <version>${project.version}</version>
- <file>
- ${project.build.directory}/${project.artifactId}-${project.version}.jar
- </file>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <execution>
- <id>install</id>
- <phase>install</phase>
- <!-- <goals> <goal>sources</goal> </goals> -->
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>tomcat-maven-plugin</artifactId>
- <version>1.0-beta-1</version>
- <configuration>
- <url>${local.tomcat.deployment.url}</url>
- <server>local-tomcat</server>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.2</version>
- <configuration>
- <includes>
- <include>**/*Tests.java</include>
- </includes>
- <excludes>
- <exclude>**/*Abstract*</exclude>
- </excludes>
- </configuration>
- </plugin>
-
- </plugins>
- </build>
- <reporting>
- <plugins>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <source>1.6</source>
- <doclet>
- gr.spinellis.umlgraph.doclet.UmlGraphDoc
- </doclet>
- <docletArtifact>
- <groupId>gr.spinellis</groupId>
- <artifactId>UmlGraph</artifactId>
- <version>4.4</version>
- </docletArtifact>
- <additionalparam>
- -inferrel -inferdep -quiet -hide java.*
- -collpackages java.util.* -qualify
- -postfixpackage -nodefontsize 9
- -nodefontpackagesize 7 -attributes -operations
- -enumerations
- -enumconstants -visibility
- -link
- "http://java.sun.com/j2se/1.6/docs/api/"
- </additionalparam>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>findbugs-maven-plugin</artifactId>
- <version>2.1</version>
- </plugin>
-
- </plugins>
- </reporting>
- <developers>
- <developer>
- <id>AC</id>
- <name>Adam Collins</name>
- <email>adam.collins@csiro.au</email>
- <organization>CSIRO</organization>
- <organizationUrl>http://csiro.au</organizationUrl>
- <roles>
- <role>Analysis Developer</role>
- </roles>
- </developer>
- <developer>
- <id>AR</id>
- <name>Ajay Ranipeta</name>
- <email>Ajay.Ranipeta@csiro.au</email>
- <organization>CSIRO</organization>
- <organizationUrl>http://csiro.au</organizationUrl>
- <roles>
- <role>Software and Analysis Developer</role>
- </roles>
- </developer>
- </developers>
-
- </project>