LibreCCM, the Jakarta EE based Web CMS
 
 
 
 
 
 
Go to file
jensp dabb99d46f CCM NG: Database based configuration now passes all test cases. Not all planned features are yet implemented and tested (for example application instance specific configurations). They will be implemented and tested when they are needed.
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3776 8810af33-2d31-482b-a856-94f89814c4df
2015-12-18 15:35:48 +00:00
ccm-archetype-module CCM NG: Removed the javabeans PMD ruleset from the list of checked rulesets 2015-11-23 12:45:16 +00:00
ccm-bundle-devel-swarm CCM NG: 2015-12-07 19:22:18 +00:00
ccm-bundle-devel-wildfly CCM NG: More test cases for the new database driven category system 2015-12-17 14:07:40 +00:00
ccm-cms CCM NG: Removed the javabeans PMD ruleset from the list of checked rulesets 2015-11-23 12:45:16 +00:00
ccm-cms-archetype-contenttype CCM NG: CDI Interceptor for Authorization 2015-11-24 19:22:44 +00:00
ccm-cms-types-agenda CCM NG: Removed the javabeans PMD ruleset from the list of checked rulesets 2015-11-23 12:45:16 +00:00
ccm-cms-types-article CCM NG: Removed the javabeans PMD ruleset from the list of checked rulesets 2015-11-23 12:45:16 +00:00
ccm-cms-types-bookmark CCM NG: Removed the javabeans PMD ruleset from the list of checked rulesets 2015-11-23 12:45:16 +00:00
ccm-cms-types-decisiontree CCM NG: Removed the javabeans PMD ruleset from the list of checked rulesets 2015-11-23 12:45:16 +00:00
ccm-cms-types-event CCM NG: Removed the javabeans PMD ruleset from the list of checked rulesets 2015-11-23 12:45:16 +00:00
ccm-cms-types-externallink CCM NG: added contenttypes externallink,faqitem,newsitem,glossaryitem 2015-11-25 13:18:40 +00:00
ccm-cms-types-faqitem CCM NG: added contenttypes externallink,faqitem,newsitem,glossaryitem 2015-11-25 13:18:40 +00:00
ccm-cms-types-glossaryitem CCM NG: added contenttypes externallink,faqitem,newsitem,glossaryitem 2015-11-25 13:18:40 +00:00
ccm-cms-types-minutes CCM NG: Removed the javabeans PMD ruleset from the list of checked rulesets 2015-11-23 12:45:16 +00:00
ccm-cms-types-mparticle CCM NG: added structural basis for the next contenttypes: externallink,faqitem,newsitem,glossaryitem 2015-11-23 17:50:09 +00:00
ccm-cms-types-newsitem CCM NG: added contenttypes externallink,faqitem,newsitem,glossaryitem 2015-11-25 13:18:40 +00:00
ccm-core CCM NG: Database based configuration now passes all test cases. Not all planned features are yet implemented and tested (for example application instance specific configurations). They will be implemented and tested when they are needed. 2015-12-18 15:35:48 +00:00
ccm-docrepo CCM_NG - docrepo 2015-12-16 21:58:47 +00:00
ccm-shortcuts CCM NG: Classes for the new database based configuration system (not tested yet) 2015-12-16 15:15:38 +00:00
ccm-test-bundle-wildfly8 CCM NG: More work to get CCM NG running 2015-12-08 16:51:01 +00:00
ccm-testutils CCM NG: 2015-12-11 19:26:03 +00:00
src/site CCM NG: Documentation for ccm-core:org.libreccm.security 2015-12-04 14:53:43 +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: 2015-12-07 19:22:18 +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