Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification.
The following page has been changed by DennisLundberg: http://wiki.apache.org/jakarta-commons/CreatingSiteWithMaven2 The comment on the change is: Tweak paths ------------------------------------------------------------------------------ == Instructions == - * Download Maven 2.0.2 http://maven.apache.org/download.html and install per normal m2 instructions. The site requires Maven 2.0.2, it will not work with previous versions. + * Download Maven 2.0.4 http://maven.apache.org/download.html and install per normal m2 instructions. The site requires Maven 2.0.4, it will not work with previous versions. * Run "mvn site" from trunks-sandbox. * The maven-site-plugin has not been released yet, so this setup depends on 2.0-SNAPSHOT of that plugin. @@ -22, +22 @@ * If you run into trouble, have a look at the sandbox components exec and openpgp. They are using Maven 2 for site generation. * Convert <component>/project.xml to <component>/pom.xml. A tool that helps doing this is being worked on by the Maven community. For now you have to do it manually. - * Convert <component>/xdocs/navigation.xml to <component>/site/site.xml. They are very similar so there should be no problems. + * Convert <component>/xdocs/navigation.xml to <component>/src/site/site.xml. They are very similar so there should be no problems. - * Move the folder <component>/xdocs/ to <component>/site/xdoc/ ('''Note:''' the new folder is called ''xdoc'' not ''xdocs''). Exclude the file navigation.xml since it is replaced by the file site.xml. + * Move the folder <component>/xdocs/ to <component>/src/site/xdoc/ ('''Note:''' the new folder is called ''xdoc'' not ''xdocs''). Exclude the file navigation.xml since it is replaced by the file site.xml. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
