From 744998b159ac2dad73fe7e478d32497e5f8b0625 Mon Sep 17 00:00:00 2001 From: jensp Date: Thu, 2 Jun 2016 13:16:30 +0000 Subject: [PATCH] CCM NG: First part of the integration of the wildfly-maven-plugin into CCM NG git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@4133 8810af33-2d31-482b-a856-94f89814c4df --- ccm-bundle-devel-wildfly-web/pom.xml | 8 ++++++++ ccm-bundle-devel-wildfly/pom.xml | 23 +++++++++++++++++++++++ pom.xml | 17 ++++++++++++++++- 3 files changed, 47 insertions(+), 1 deletion(-) diff --git a/ccm-bundle-devel-wildfly-web/pom.xml b/ccm-bundle-devel-wildfly-web/pom.xml index 44ad2e9a0..cc09e810d 100644 --- a/ccm-bundle-devel-wildfly-web/pom.xml +++ b/ccm-bundle-devel-wildfly-web/pom.xml @@ -86,6 +86,14 @@ + + + org.wildfly.plugins + wildfly-maven-plugin + + true + + diff --git a/ccm-bundle-devel-wildfly/pom.xml b/ccm-bundle-devel-wildfly/pom.xml index dc22952cf..bd82563bb 100644 --- a/ccm-bundle-devel-wildfly/pom.xml +++ b/ccm-bundle-devel-wildfly/pom.xml @@ -57,6 +57,29 @@ + + + org.wildfly.plugins + wildfly-maven-plugin + + false + +
subsystem=datasources,data-source=java:/comp/env/jdbc/libreccm/db
+ + + + java:/comp/env/jdbc/libreccm/db + true + jdbc:h2:${project.build.directory}/libreccm-db + org.h2.Driver + sa + sa + + + +
+ +
diff --git a/pom.xml b/pom.xml index fc2e3becb..540bd553e 100644 --- a/pom.xml +++ b/pom.xml @@ -200,6 +200,11 @@ jacoco-maven-plugin 0.7.6.201602180812 + + org.wildfly.plugins + wildfly-maven-plugin + 1.1.0.Alpha8 + + + + + org.wildfly.plugins + wildfly-maven-plugin + + true + + + @@ -555,5 +570,5 @@ - +