LibreCCM, the Jakarta EE based Web CMS
 
 
 
 
 
 
Go to file
jensp 576d28a8ce CCM NG:
- Cleanup ccm-core:org.libreccm.core: Removed unused classes (those replaced by 
  org.libreccm.security)
- Modified org.libreccm.security.PermissionChecker: 
    - #checkPermission(String, CcmObject) does not longer return the object, 
      when the current user is permitted to access the object.
    - new method #checkPermission(String, CcmObject, Class) checks for 
      permission to access the object and returns the object or a virtual 
      "Access denied" object (like SecuredCollection).
- "Access denied" string is provided as a constant by org.libreccm.core.CoreConstants


git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3767 8810af33-2d31-482b-a856-94f89814c4df
2015-12-11 13:05:46 +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 work to get CCM NG running 2015-12-08 16:51:01 +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: 2015-12-11 13:05:46 +00:00
ccm-docrepo adds filePropertiesPanel to DocRepo and modifies minor stuff 2015-12-10 00:17:46 +00:00
ccm-shortcuts CCM NG: Removed the javabeans PMD ruleset from the list of checked rulesets 2015-11-23 12:45:16 +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: Removed the javabeans PMD ruleset from the list of checked rulesets 2015-11-23 12:45:16 +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