4.0.0 pro.taskana org.springframework.boot spring-boot-starter-parent 2.0.2.RELEASE 1.1.2-SNAPSHOT taskana-rest-spring-wildfly-example war 1.8 1.8 UTF-8 2017.4.0 3.1.2.Final 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 1.1.10.Final pom import jboss http://repository.jboss.org/nexus/content/groups/public-jboss/ org.springframework.boot spring-boot-starter-web 2.0.2.RELEASE 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 3.1.0 provided org.postgresql postgresql 42.2.5 junit junit 4.12 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 5.1.5.RELEASE test postgres false org.postgresql.Driver jdbc:postgresql://localhost:50102/postgres postgresqldriver postgres postgres postgres false src/main/resources true org.springframework.boot spring-boot-maven-plugin org.wildfly.plugins wildfly-maven-plugin 2.0.0.Final 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 2.19.1 default-test true integration-tests test test ${skipIntegrationTests} **/*Test.java maven-resources-plugin copy-documentation-to-static-folder prepare-package copy-resources ${project.build.outputDirectory}/static/docs/rest ../taskana-rest-spring-test/target/generated-docs