4.0.0 taskana-rest-spring-example-wildfly war ${project.groupId}:${project.artifactId} Demo project for the taskana REST APP in a wildfly environment. pro.taskana taskana-rest-parent 6.4.0-SNAPSHOT ../pom.xml org.wildfly.bom wildfly-javaee8 ${version.wildfly} import pom org.jboss.arquillian arquillian-bom ${version.arquillian} import pom pro.taskana taskana-common-logging ${project.version} org.springframework.boot spring-boot-starter-web org.springframework.boot spring-boot-starter-tomcat org.springframework.boot spring-boot-starter-logging pro.taskana taskana-rest-spring-example-common ${project.version} org.springframework.plugin spring-plugin-core ${version.spring.core} javax.servlet javax.servlet-api provided org.wildfly.security wildfly-elytron provided org.wildfly.arquillian wildfly-arquillian-container-managed ${version.arquillian.managed.wildfly} provided pro.taskana.history taskana-simplehistory-rest-spring ${project.version} test org.slf4j slf4j-simple test org.assertj assertj-core test org.junit.jupiter junit-jupiter test org.junit.vintage junit-vintage-engine test org.springframework spring-test test org.springframework.boot spring-boot-test test org.jboss.arquillian.junit arquillian-junit-container test org.jboss.arquillian.protocol arquillian-protocol-servlet test org.jboss.shrinkwrap.resolver shrinkwrap-resolver-impl-maven test org.jboss.shrinkwrap.resolver shrinkwrap-resolver-api-maven test org.apache.maven.plugins maven-dependency-plugin ${version.maven.dependency} unpack-wildfly process-test-classes unpack org.wildfly wildfly-dist ${version.wildfly} zip false ${project.build.directory} copy-postgres-db-driver process-test-classes copy org.postgresql postgresql ${project.build.directory}/wildfly-${version.wildfly}/modules/system/layers/base/org/postgresql/postgresql/main org.apache.maven.plugins maven-resources-plugin ${version.maven.resources} copy-postgres-module-xml process-test-classes copy-resources ${project.build.directory}/wildfly-${version.wildfly}/modules/system/layers/base/org/postgresql/postgresql/main src/test/resources module.xml copy-documentation-to-static-folder prepare-package copy-resources ${project.build.outputDirectory}/static/docs/rest ../taskana-rest-spring/target/generated-docs jboss http://repository.jboss.org/nexus/content/groups/public-jboss/