# HG changeset patch # User Raimund Renkert # Date 1423062113 -3600 # Node ID 0ec07c73d4bb0e797f95457ff2e5b1e669dc06d9 # Parent c7e86351d6baefbe7c2556c6da72b807de18c8c3 Added basic config files. diff -r c7e86351d6ba -r 0ec07c73d4bb pom.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pom.xml Wed Feb 04 16:01:53 2015 +0100 @@ -0,0 +1,203 @@ + + + 4.0.0 + + Lada Server + + de.intevation + lada-basis + 1.0.1 + war + + org.jboss + jboss-parent + 14 + + + + + UTF-8 + + + 1.0.2.Final + 8.2.1.Final + 8.2.Final + 8.0.0.Final + + 3.1 + 2.6 + 2.3 + 2.16 + 2.5 + + 1.7 + 1.7 + + + + + + + org.wildfly.bom + jboss-javaee-7.0-with-tools + ${version.jboss.bom} + pom + import + + + org.wildfly.bom + jboss-javaee-7.0-with-hibernate + ${version.jboss.bom} + pom + import + + + + + + + javax.enterprise + cdi-api + provided + + + org.jboss.spec.javax.annotation + jboss-annotations-api_1.2_spec + provided + + + javax.ws.rs + jsr311-api + 1.1.1 + + + org.jboss.spec.javax.json + jboss-json-api_1.0_spec + 1.0.0.Final + + + log4j + log4j + 1.2.17 + + + org.hibernate.javax.persistence + hibernate-jpa-2.1-api + provided + + + org.hibernate + hibernate-entitymanager + 4.3.7.Final + + + org.jboss.spec.javax.ejb + jboss-ejb-api_3.2_spec + provided + + + org.hibernate + hibernate-validator + provided + + + org.slf4j + slf4j-api + + + + + org.hibernate + hibernate-jpamodelgen + provided + + + org.hibernate + hibernate-validator-annotation-processor + provided + + + org.hibernate + hibernate-core + provided + + + + org.hibernate + hibernate-spatial + 4.3 + + + commons-io + commons-io + 2.0.1 + + + + + ${project.artifactId} + + + maven-compiler-plugin + + ${maven.compiler.source} + ${maven.compiler.target} + + + + org.wildfly.plugins + wildfly-maven-plugin + 1.0.2.Final + + + + + + + default + + true + + + + + + + remote + + + + org.wildfly.plugins + wildfly-maven-plugin + + localhost + 9990 + admin + secret + + + + deploy-jar + install + + deploy + + + + + + + + + + + OSGEO GeoTools repo + http://download.osgeo.org/webdav/geotools + + + Hibernate Spatial repo + http://www.hibernatespatial.org/repository + + + diff -r c7e86351d6ba -r 0ec07c73d4bb src/main/resources/META-INF/persistence.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/main/resources/META-INF/persistence.xml Wed Feb 04 16:01:53 2015 +0100 @@ -0,0 +1,39 @@ + + + + + java:/jboss/lada-bund + false + + + + + + + + + + + org.hibernate.ejb.HibernatePersistence + java:/jboss/lada-land + false + + + + + + + + + org.hibernate.ejb.HibernatePersistence + java:/jboss/lada-stamm + + + + + + + + diff -r c7e86351d6ba -r 0ec07c73d4bb src/main/webapp/WEB-INF/web.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/main/webapp/WEB-INF/web.xml Wed Feb 04 16:01:53 2015 +0100 @@ -0,0 +1,13 @@ + + + + +