LibreCCM, the Jakarta EE based Web CMS
 
 
 
 
 
 
Go to file
jensp 97899ace54 CCM NG: Cleanup
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3742 8810af33-2d31-482b-a856-94f89814c4df
2015-11-23 09:45:15 +00:00
ccm-archetype-module CCM NG: 2015-10-18 13:43:46 +00:00
ccm-cms CCM_NG: New API for authentication and authoriziation using Apache Shiro. 2015-11-23 09:37:35 +00:00
ccm-cms-archetype-contenttype CCM_NG: New API for authentication and authoriziation using Apache Shiro. 2015-11-23 09:37:35 +00:00
ccm-cms-types-agenda CCM_NG: New API for authentication and authoriziation using Apache Shiro. 2015-11-23 09:37:35 +00:00
ccm-cms-types-article CCM NG: Package structure refactoring in ccm-cms 2015-10-19 13:17:31 +00:00
ccm-cms-types-bookmark CCM NG: Added Content types bookmark, event and minutes. 2015-11-06 16:32:24 +00:00
ccm-cms-types-decisiontree CCM NG: minor changes, added Javadoc, hibernate validation. 2015-11-22 10:16:27 +00:00
ccm-cms-types-event CCM NG: Added Content types bookmark, event and minutes. 2015-11-06 16:32:24 +00:00
ccm-cms-types-minutes CCM NG: Added Content types bookmark, event and minutes. 2015-11-06 16:32:24 +00:00
ccm-cms-types-mparticle CCM NG: Added Content types mparticle and decisiontree. 2015-11-18 15:44:24 +00:00
ccm-core CCM NG: Cleanup 2015-11-23 09:45:15 +00:00
ccm-docrepo CCM_NG: New API for authentication and authoriziation using Apache Shiro. 2015-11-23 09:37:35 +00:00
ccm-shortcuts CCM NG: finished shortcuts 2015-10-28 08:56:41 +00:00
ccm-test-bundle-wildfly8 CCM_NG: New API for authentication and authoriziation using Apache Shiro. 2015-11-23 09:37:35 +00:00
ccm-testutils CCM_NG: New API for authentication and authoriziation using Apache Shiro. 2015-11-23 09:37:35 +00:00
src/site CCM NG: Improved documentation for setting up the test environement 2015-10-01 12:10:48 +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: New API for authentication and authoriziation using Apache Shiro. 2015-11-23 09:37:35 +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