CCM NG: Updated README.txt

git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@4316 8810af33-2d31-482b-a856-94f89814c4df
pull/2/head
jensp 2016-09-23 18:45:50 +00:00
parent ae27dbe0cc
commit 847c1bcc1e
1 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ To recreate the site run
To include integration tests into the reports 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 The available profiles are listed in the documentation. All modules should
provide a profile called wildfly-remote-h2-mem. This profile uses a remote 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, the server using the bin/standalone.sh file. Then go to another terminal,
navigate to the CCM NG directory and run 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 To run LibreCCM choose the bundle to run, for instance
ccm-bundle-devel-wildfly. Depending on the bundle and the selected profile 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 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 for example
mvn clean install -pl ccm-cms-archetypes-contenttype mvn clean install -pl ccm-cms-archetypes-contenttype -am