Skip to content

Instantly share code, notes, and snippets.

@lukespragg
Created April 26, 2014 02:46
Show Gist options
  • Select an option

  • Save lukespragg/11310466 to your computer and use it in GitHub Desktop.

Select an option

Save lukespragg/11310466 to your computer and use it in GitHub Desktop.
Site generation for Maven using Reflow - https://github.com/andriusvelykis/reflow-maven-skin
<!-- Site generation plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.3</version>
<dependencies>
<dependency>
<groupId>lt.velykis.maven.skins</groupId>
<artifactId>reflow-velocity-tools</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.7</version>
</dependency>
</dependencies>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment