From baf7ed7186f27c52265914173d10220b03ac4d72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Mon, 29 Jan 2024 00:19:49 +0800 Subject: [PATCH 1/5] using newest wildfly-maven-plugin with Glow support --- batchProperty/pom.xml | 13 +++++++++++++ pom.xml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/batchProperty/pom.xml b/batchProperty/pom.xml index 750909c..fe864e0 100644 --- a/batchProperty/pom.xml +++ b/batchProperty/pom.xml @@ -67,6 +67,19 @@ org.wildfly.plugins wildfly-maven-plugin + ${version.maven.wildfly.plugin} + + + ${version.wildfly} + + + + + + package + + + maven-failsafe-plugin diff --git a/pom.xml b/pom.xml index d6cf53e..5845190 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ 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 From 8158dfb782cfc4f8872eb438224355d21a37c310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Thu, 27 Jun 2024 00:26:24 +0800 Subject: [PATCH 2/5] update glow config --- batchProperty/pom.xml | 9 +++++++++ pom.xml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/batchProperty/pom.xml b/batchProperty/pom.xml index fe864e0..2996565 100644 --- a/batchProperty/pom.xml +++ b/batchProperty/pom.xml @@ -71,6 +71,7 @@ ${version.wildfly} + false @@ -91,6 +92,14 @@ ${project.build.directory}${file.separator}${project.build.finalName}.war + + + + integration-test + verify + + + diff --git a/pom.xml b/pom.xml index 5845190..1cd1921 100644 --- a/pom.xml +++ b/pom.xml @@ -211,12 +211,12 @@ org.wildfly.plugins wildfly-maven-plugin ${version.maven.wildfly.plugin} - wildfly-deploy pre-integration-test + start deploy From 26104a0431f454a1a3d57973ba2f94dd81ac9d52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Thu, 27 Jun 2024 00:52:09 +0800 Subject: [PATCH 3/5] update wildfly-maven-plugin config --- batchProperty/pom.xml | 90 ++++++++++++++++++++++++++++++++++++++++--- pom.xml | 36 ++++++++--------- 2 files changed, 102 insertions(+), 24 deletions(-) diff --git a/batchProperty/pom.xml b/batchProperty/pom.xml index 2996565..88e0667 100644 --- a/batchProperty/pom.xml +++ b/batchProperty/pom.xml @@ -36,6 +36,14 @@ batchproperty + + ${project.build.directory}${file.separator}wildfly + wildfly-preview-feature-pack + + 5.0.0.Final + true + + default @@ -64,24 +72,94 @@ + + org.apache.maven.plugins + maven-war-plugin + + batchproperty + + org.wildfly.plugins wildfly-maven-plugin - ${version.maven.wildfly.plugin} + ${version.org.wildfly.plugins.wildfly-maven-plugin} - - ${version.wildfly} - false - + ${jboss.home} + server-provisioning + generate-test-resources - package + provision + + + ${jboss.home} + + ${galleon.fork.embedded} + + + + org.wildfly + ${server.test.feature.pack.artifactId} + ${version.wildfly} + 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 diff --git a/pom.xml b/pom.xml index 1cd1921..d30c876 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,7 @@ 4.0.0.Beta5 1.4.1.Final 1.4.1.Final - 1.4.7.Final + 2.1.4.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 - - start - deploy - - - - wildfly-undeploy - clean - - undeploy - - - + + + + + + + + + + + + + + + + + org.apache.maven.plugins From b8edbab2d56b0bdf4e370d893a23dbb8a6fcb5d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Thu, 27 Jun 2024 00:56:08 +0800 Subject: [PATCH 4/5] update wildfly-maven-plugin config --- batchProperty/pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/batchProperty/pom.xml b/batchProperty/pom.xml index 88e0667..c5bc082 100644 --- a/batchProperty/pom.xml +++ b/batchProperty/pom.xml @@ -39,8 +39,6 @@ ${project.build.directory}${file.separator}wildfly wildfly-preview-feature-pack - - 5.0.0.Final true @@ -82,7 +80,7 @@ org.wildfly.plugins wildfly-maven-plugin - ${version.org.wildfly.plugins.wildfly-maven-plugin} + ${version.maven.wildfly.plugin} ${jboss.home} From bf2a19765cff50a675e2d89e62c57754bc4a13ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Thu, 27 Jun 2024 01:04:48 +0800 Subject: [PATCH 5/5] update wildfly-maven-plugin config --- batchProperty/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/batchProperty/pom.xml b/batchProperty/pom.xml index c5bc082..a5591b0 100644 --- a/batchProperty/pom.xml +++ b/batchProperty/pom.xml @@ -100,7 +100,7 @@ org.wildfly ${server.test.feature.pack.artifactId} - ${version.wildfly} + ${wildfly.version} false diff --git a/pom.xml b/pom.xml index d30c876..f8491e1 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,7 @@ 4.0.0.Beta5 1.4.1.Final 1.4.1.Final - 2.1.4.Final + 2.2.0.Final 2.1.2.Final 1.3.9.SP3 1.3.1.Final