diff --git a/batchProperty/pom.xml b/batchProperty/pom.xml
index 750909c..a5591b0 100644
--- a/batchProperty/pom.xml
+++ b/batchProperty/pom.xml
@@ -36,6 +36,12 @@
batchproperty
+
+ ${project.build.directory}${file.separator}wildfly
+ wildfly-preview-feature-pack
+ true
+
+
default
@@ -64,9 +70,93 @@
+
+ org.apache.maven.plugins
+ maven-war-plugin
+
+ batchproperty
+
+
org.wildfly.plugins
wildfly-maven-plugin
+ ${version.maven.wildfly.plugin}
+
+ ${jboss.home}
+
+
+
+ server-provisioning
+ generate-test-resources
+
+ provision
+
+
+ ${jboss.home}
+
+ ${galleon.fork.embedded}
+
+
+
+ org.wildfly
+ ${server.test.feature.pack.artifactId}
+ ${wildfly.version}
+ false
+
+
+ standalone
+ standalone-full.xml
+
+
+ standalone
+ standalone.xml
+
+
+
+ docs.schema
+ appclient
+ domain
+
+
+
+
+
+
+ org.jberet
+ jberet-channel-manifest
+ ${version.org.jberet.jberet-core}
+
+
+
+
+
+
+ wildfly-start
+ pre-integration-test
+
+ start
+ deploy
+
+
+ batchproperty.war
+
+
+
+ post-integration-test
+ wildfly-stop
+
+ shutdown
+
+
+
+
+
+ maven-surefire-plugin
+
+
+ **/*IT.java
+
+
maven-failsafe-plugin
@@ -78,6 +168,14 @@
${project.build.directory}${file.separator}${project.build.finalName}.war
+
+
+
+ integration-test
+ verify
+
+
+
diff --git a/pom.xml b/pom.xml
index d6cf53e..f8491e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,12 +54,12 @@
2.0.1.Final
5.0.0.Final
- 26.0.0.Final
+ 30.0.1.Final
6.2.8.Final
4.0.0.Beta5
1.4.1.Final
1.4.1.Final
- 1.4.7.Final
+ 2.2.0.Final
2.1.2.Final
1.3.9.SP3
1.3.1.Final
@@ -211,23 +211,23 @@
org.wildfly.plugins
wildfly-maven-plugin
${version.maven.wildfly.plugin}
-
-
-
- wildfly-deploy
- pre-integration-test
-
- deploy
-
-
-
- wildfly-undeploy
- clean
-
- undeploy
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
org.apache.maven.plugins