From 847c1bcc1ec4c17e9d857626c9d16ab7eb727b51 Mon Sep 17 00:00:00 2001 From: jensp Date: Fri, 23 Sep 2016 18:45:50 +0000 Subject: [PATCH] CCM NG: Updated README.txt git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@4316 8810af33-2d31-482b-a856-94f89814c4df --- README.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index 8c0044846..b3b5cec16 100644 --- a/README.txt +++ b/README.txt @@ -14,7 +14,7 @@ To recreate the site run To include integration tests into the reports - mvn clean package site site:stage -P$profile-name + mvn clean package test site site:stage -P$profile-name The available profiles are listed in the documentation. All modules should provide a profile called wildfly-remote-h2-mem. This profile uses a remote @@ -24,7 +24,7 @@ Wildfly from http://www.wildfly.org. Unzip the downloaded archive and start the server using the bin/standalone.sh file. Then go to another terminal, navigate to the CCM NG directory and run - mvn clean package site site:stage -Pwildfly-remote-h2-mem + mvn clean package test site site:stage -Pwildfly-remote-h2-mem To run LibreCCM choose the bundle to run, for instance ccm-bundle-devel-wildfly. Depending on the bundle and the selected profile @@ -42,8 +42,8 @@ the -D switch: mvn -Djboss-as.home=/path/to/wildfly/ To install the archetypes in your local Maven repository run - mvn [clean] install -pl $archetype-module + mvn [clean] install -pl $archetype-module -am for example -mvn clean install -pl ccm-cms-archetypes-contenttype +mvn clean install -pl ccm-cms-archetypes-contenttype -am