Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Sites and Inheritence

MavneMaven's support for sites that span multiple projects has generally been limited to date. The following are some features that will assist in this.

...

Skinning support will provided by a separate artifact that contains CSS, images and is unpakced unpacked over a site. It can optionally contain a replacement /META-INF/maven/site.vm velocity template for generating the final XHTML.

It is built as a normal JAR, using a custom packaging of "maven-skin". To configure the skin in the client, add it to the site descriptor:

Code Block
xml
xml
<project>
...
  <skin>
    <groupId>org.apache.maven.maven<skins</groupId>
    <artifactId>maven-sitedefault-skin</artifactId>
    <version>1.0-SNAPSHOT<0</version> <!-- optional -->
  </skin>
...

Separation of

...

see http://jira.codehaus.org/browse/MNG-41Image Removed

Separation of different releases in documentation

see http://jira.codehaus.org/browse/MNG-41Image Removed