4.0.0 taskana-rest-spring-wildfly-example 1.1.2-SNAPSHOT war ${project.groupId}:${project.artifactId} Demo project for the taskana REST APP in a wildfly environment. pro.taskana taskana-rest-parent 1.1.2-SNAPSHOT .. true jdbc:h2:mem:taskana;IGNORECASE=TRUE;LOCK_MODE=0 org.h2.Driver h2 sa sa org.wildfly.swarm bom ${version.wildfly.swarm} import pom org.jboss.arquillian arquillian-bom ${version.arquillian} pom import org.springframework.boot spring-boot-dependencies ${version.spring.boot} pom import org.springframework.boot spring-boot-starter-web org.springframework.boot spring-boot-starter-tomcat pro.taskana taskana-rest-spring-base ${project.version} org.springframework.plugin spring-plugin-core javax.servlet javax.servlet-api ${version.javax.servlet} provided org.postgresql postgresql ${version.postgres} junit junit ${version.junit} test org.wildfly.swarm jaxrs test org.wildfly.swarm cdi test org.jboss.resteasy resteasy-client ${version.resteasy} test org.wildfly.swarm arquillian test org.jboss.arquillian.junit arquillian-junit-container test org.jboss.shrinkwrap.resolver shrinkwrap-resolver-impl-maven test org.springframework spring-test ${version.spring} test postgres false org.postgresql.Driver jdbc:postgresql://localhost:50102/postgres postgresqldriver postgres postgres postgres false src/main/resources true org.wildfly.plugins wildfly-maven-plugin ${version.maven.wildfly} 11.0.0.Final run-wildfly install start deploy-driver install org.postgresql postgresql postgresqldriver deploy-artifact add-datasource install
subsystem=datasources,data-source=java:/TaskanaDS
java:/TaskanaDS true ${connection-url} ${driver-class} ${driver-name} ${user-name} ${password}
add-resource
wildfly-deploy install deploy wildfly-undeploy install undeploy wildfly-shutdown install shutdown
org.apache.maven.plugins maven-surefire-plugin ${version.maven.surefire} default-test true integration-tests test test ${skipIntegrationTests} **/*Test.java org.apache.maven.plugins maven-resources-plugin ${version.maven.resources} copy-documentation-to-static-folder prepare-package copy-resources ${project.build.outputDirectory}/static/docs/rest ../taskana-rest-spring-test/target/generated-docs
jboss http://repository.jboss.org/nexus/content/groups/public-jboss/