diff --git a/ccm-bundle-devel-thorntail/pom.xml b/ccm-bundle-devel-thorntail/pom.xml index 6178bfbf9..8882c9e6a 100644 --- a/ccm-bundle-devel-thorntail/pom.xml +++ b/ccm-bundle-devel-thorntail/pom.xml @@ -123,6 +123,12 @@ undertow + + org.libreccm + ccm-wildfly + 7.0.0-SNAPSHOT + + com.h2database h2 diff --git a/ccm-bundle-devel-wildfly/pom.xml b/ccm-bundle-devel-wildfly/pom.xml index 3b5274fa5..d8ff7fd71 100644 --- a/ccm-bundle-devel-wildfly/pom.xml +++ b/ccm-bundle-devel-wildfly/pom.xml @@ -24,6 +24,12 @@ http://www.libreccm.org/modules/web/wildfly + + org.libreccm + ccm-wildfly + 7.0.0-SNAPSHOT + + org.webjars font-awesome diff --git a/ccm-core/pom.xml b/ccm-core/pom.xml index e4b86ea4f..75349003c 100644 --- a/ccm-core/pom.xml +++ b/ccm-core/pom.xml @@ -398,6 +398,7 @@ true true false + --frames diff --git a/ccm-wildfly/pom.xml b/ccm-wildfly/pom.xml new file mode 100644 index 000000000..24c449f77 --- /dev/null +++ b/ccm-wildfly/pom.xml @@ -0,0 +1,173 @@ + + + + 4.0.0 + + + UTF-8 + ${maven.build.timestamp} + yyyy-MM-dd'T'HH:mm:ss'Z'Z + + + + org.libreccm + libreccm-parent + 7.0.0-SNAPSHOT + + + org.libreccm + ccm-wildfly + 7.0.0-SNAPSHOT + CCM Wildfly Integration + + Wildfly specific stuff for CCM. + + + http://maven.apache.org + + + + Lesser GPL 2.1 + http://www.gnu.org/licenses/old-licenses/lgpl-2.1 + + + + + + javax.mvc + javax.mvc-api + + + org.eclipse.krazo + krazo-resteasy + + + + junit + junit + test + + + + + ccm-wildfly + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + true + true + ${project.build.sourceEncoding} + + + + org.apache.maven.plugins + maven-surefire-plugin + + org.libreccm.tests.categories.UnitTest + false + + + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + false + false + private + true + UTF-8 + UTF-8 + UTF-8 + true + true + true + true + false + + + + org.apache.maven.plugins + maven-jxr-plugin + + + org.apache.maven.plugins + maven-surefire-report-plugin + + + org.jacoco + jacoco-maven-plugin + + + + com.github.spotbugs + spotbugs-maven-plugin + + + + org.apache.maven.plugins + maven-pmd-plugin + + true + utf-8 + 1.8 + + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + dependencies + + licenses + + + + + + false + + + + + + diff --git a/pom.xml b/pom.xml index e691dcc52..484336ed1 100644 --- a/pom.xml +++ b/pom.xml @@ -95,8 +95,8 @@ ccm-cms-archetype-contenttype - - + ccm-wildfly + true @@ -532,6 +532,38 @@ jaxb-runtime 2.4.0-b180830.0438 + + + + javax.mvc + javax.mvc-api + 1.0.0 + + + + org.eclipse.krazo + krazo-jersey + 1.1.0-M1 + + + + org.eclipse.krazo + krazo-resteasy + 1.1.0-M1 + + + + org.eclipse.krazo.ext + krazo-freemarker + 1.1.0-M1 + @@ -912,4 +944,4 @@ - + \ No newline at end of file