LibreCCM, the Jakarta EE based Web CMS
 
 
 
 
 
 
Go to file
konermann 91cb6dddb0 CCM NG: started to replace oro.text.regex with java.util.regex, added some tests
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3529 8810af33-2d31-482b-a856-94f89814c4df
2015-07-23 09:43:25 +00:00
ccm-core CCM NG: started to replace oro.text.regex with java.util.regex, added some tests 2015-07-23 09:43:25 +00:00
ccm-shortcuts CCM NG: Several small things: 2015-07-02 11:43:06 +00:00
ccm-testutils CCM NG: Some more things 2015-07-01 16:10:45 +00:00
src/site CCM NG: Some informations for developers (as Maven project site) 2015-06-29 15:20:50 +00:00
.svnignore modified svnignore to exclude "Intellij IDEA" specific folders and files from svn 2015-07-06 18:18:52 +00:00
README.txt CCM NG: Some informations for developers (as Maven project site) 2015-06-29 15:20:50 +00:00
pom.xml CCM NG: 2015-07-18 16:17:27 +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.