Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed instruction to add individual components as modules of parent pom

...

  • If you run into trouble, have a look at the sandbox components exec and openpgp. They are using Maven 2 for site generation.
  • Add the component as a <module> to the <modules> section in <sandbox>/pom.xml
  • 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.
  • 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.