LibreCCM, the Jakarta EE based Web CMS
 
 
 
 
 
 
Go to file
jensp 60ba6dad49 CCM NG: It is now possible to run the development bundle in a Wildfly application server using Maven.
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@4136 8810af33-2d31-482b-a856-94f89814c4df
2016-06-03 14:41:05 +00:00
ccm-archetype-module CCM NG: Adjusted several poms and tests 2016-05-13 15:18:46 +00:00
ccm-bundle-devel-wildfly CCM NG: It is now possible to run the development bundle in a Wildfly application server using Maven. 2016-06-03 14:41:05 +00:00
ccm-bundle-devel-wildfly-web CCM NG: First part of the integration of the wildfly-maven-plugin into CCM NG 2016-06-02 13:16:30 +00:00
ccm-cms CCM NG: It is now possible to run the development bundle in a Wildfly application server using Maven. 2016-06-03 14:41:05 +00:00
ccm-cms-archetype-contenttype CCM NG: Adjusted several poms and tests 2016-05-13 15:18:46 +00:00
ccm-cms-types-agenda CCM NG: It is now possible to run the development bundle in a Wildfly application server using Maven. 2016-06-03 14:41:05 +00:00
ccm-cms-types-article CCM NG: It is now possible to run the development bundle in a Wildfly application server using Maven. 2016-06-03 14:41:05 +00:00
ccm-cms-types-bookmark CCM NG: It is now possible to run the development bundle in a Wildfly application server using Maven. 2016-06-03 14:41:05 +00:00
ccm-cms-types-decisiontree CCM NG: It is now possible to run the development bundle in a Wildfly application server using Maven. 2016-06-03 14:41:05 +00:00
ccm-cms-types-event CCM NG: It is now possible to run the development bundle in a Wildfly application server using Maven. 2016-06-03 14:41:05 +00:00
ccm-cms-types-externallink CCM NG: It is now possible to run the development bundle in a Wildfly application server using Maven. 2016-06-03 14:41:05 +00:00
ccm-cms-types-faqitem CCM NG: It is now possible to run the development bundle in a Wildfly application server using Maven. 2016-06-03 14:41:05 +00:00
ccm-cms-types-glossaryitem CCM NG: It is now possible to run the development bundle in a Wildfly application server using Maven. 2016-06-03 14:41:05 +00:00
ccm-cms-types-minutes CCM NG: It is now possible to run the development bundle in a Wildfly application server using Maven. 2016-06-03 14:41:05 +00:00
ccm-cms-types-mparticle CCM NG: It is now possible to run the development bundle in a Wildfly application server using Maven. 2016-06-03 14:41:05 +00:00
ccm-cms-types-newsitem CCM NG: It is now possible to run the development bundle in a Wildfly application server using Maven. 2016-06-03 14:41:05 +00:00
ccm-core CCM NG: 2016-06-03 06:35:25 +00:00
ccm-docrepo CCM NG: Adjusted several poms and tests 2016-05-13 15:18:46 +00:00
ccm-shortcuts CCM NG: Adjusted several poms and tests 2016-05-13 15:18:46 +00:00
ccm-testutils CCM NG: 2016-05-12 18:30:19 +00:00
ccm-theme-foundry CCM NG: 2016-04-21 16:44:41 +00:00
src/site CCM NG: It is now possible to run the development bundle in a Wildfly application server using Maven. 2016-06-03 14:41:05 +00:00
.svnignore - adds svnignore for *.log files 2015-10-01 10:00:40 +00:00
README.txt CCM NG: Added instructions how to install archetypes to README 2015-10-19 13:19:24 +00:00
pom.xml CCM NG: First part of the integration of the wildfly-maven-plugin into CCM NG 2016-06-02 13:16:30 +00:00

README.txt

LibreCCM
========

The documentation of project is provided as Maven project site. To
create the site run

    mvn site site:stage

and open the file ./target/staging/index.html in your browser.

To recreate the site run

    mvn clean site site:stage

To include integration tests into the reports

    mvn clean site site:stage -Pprofile-name

The available profiles are listed in the documentation.

To install the archetypes in your local Maven repository run

mvn [clean] install -pl $archetype-module

for example

mvn clean install -pl ccm-cms-archetypes-contenttype