LibreCCM, the Jakarta EE based Web CMS
 
 
 
 
 
 
Go to file
jensp aed90bb782 Settings for the database based configuration are no longer subclasses of CcmObject, removed registry domain. The settings are now retrieved via simple queries using strings.
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@4032 8810af33-2d31-482b-a856-94f89814c4df
2016-04-29 13:12:52 +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-wildfly CCM NG: Several changes in the tests caused by the recent changes to the Shiro integration and other changes. 2016-03-18 21:38:25 +00:00
ccm-bundle-devel-wildfly-web CCM NG: OneTimeAuthToken Cleaner now works 2016-04-08 07:15:19 +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 Settings for the database based configuration are no longer subclasses of CcmObject, removed registry domain. The settings are now retrieved via simple queries using strings. 2016-04-29 13:12:52 +00:00
ccm-docrepo - adds functioning test for ex- and import of a docrepo.file example 2016-04-25 17:27:43 +00:00
ccm-shortcuts CCM NG: Administration UI basic structure 2016-02-17 19:00:18 +00:00
ccm-testutils CCM NG: Several small changes 2016-01-31 10:13:46 +00:00
ccm-theme-foundry CCM NG: 2016-04-21 16:44:41 +00:00
src/site CCM NG: Several changes in the tests caused by the recent changes to the Shiro integration and other changes. 2016-03-18 21:38:25 +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 - adds functioning test for ex- and import of a docrepo.file example 2016-04-25 17:27:43 +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