LibreCCM, the Jakarta EE based Web CMS
 
 
 
 
 
 
Go to file
tosmers 465029c738 main structure of the AbstractMarshaller is done and contains allready the case for XML. Now it just has to be tested...
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3914 8810af33-2d31-482b-a856-94f89814c4df
2016-03-09 16:50:26 +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: Setup for registry 2016-02-02 08:28:11 +00:00
ccm-bundle-devel-wildfly-web CCM NG: Primarly bug fixing for the selection models 2016-02-26 17:36:33 +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 main structure of the AbstractMarshaller is done and contains allready the case for XML. Now it just has to be tested... 2016-03-09 16:50:26 +00:00
ccm-docrepo main structure of the AbstractMarshaller is done and contains allready the case for XML. Now it just has to be tested... 2016-03-09 16:50:26 +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: Fixed some bugs in the application lookup 2016-02-18 13:43:04 +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 main structure of the AbstractMarshaller is done and contains allready the case for XML. Now it just has to be tested... 2016-03-09 16:50:26 +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