A document has been updated: http://cocoon.zones.apache.org/daisy/documentation/1256.html
Document ID: 1256 Branch: main Language: default Name: How to build the site locally (unchanged) Document Type: Cocoon Document (unchanged) Updated on: 3/27/08 4:12:50 PM Updated by: Reinhard Pötz A new version has been created, state: publish Parts ===== Content ------- This part has been updated. Mime type: text/xml (unchanged) File name: (unchanged) Size: 2264 bytes (previous version: 2236 bytes) Content diff: (48 equal lines skipped) <h1>Build the site</h1> <pre>cd trunk/site --- mvn site -o -P daisy +++ mvn site -o -P daisy,docs-sites </pre> <p class="note">You don't have to build the complete site for every module every (4 equal lines skipped) <p>Deploy the site using the "localDocs" profile.</p> --- <pre>mvn site:deploy -o -P localDocs +++ <pre>mvn site:deploy -o -P daisy,docs-sites,localDocs </pre> <p>If you want to checkin the local docs build to SVN in order to publish them, (9 equal lines skipped)