Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 plugindescriptor:

Code Block
xml
xml
<plugin>
  <artifactId>maven-site-plugin</artifactId><project>
...
  <configuration>
    <skinArtifact><skin>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-site-skin</artifactId>
      <version>1.0-SNAPSHOT</version>
 <!--   </skinArtifact>optional -->
  </configuration>skin>
...

Separation of user and developer documentation

...