Thanks for the very fast reply.  However, I was thinking more along the lines
of having a self contained plugin (as described here -
http://docs.codehaus.org/display/MAVENUSER/Write+your+own+report+plugin)
which contains the velocity files.

Then I could call it from my code as:

<reporting>
  <plugins>
    <plugin>
      <groupId>custom-groupid</groupId>
      <artifactId>custom-artifactid</artifactId>
    </plugin>
  </plugins>
</reporting>

Cheers,
Jacqui
-- 
View this message in context: 
http://maven.40175.n5.nabble.com/Using-a-Veloctity-template-in-a-custom-Maven-report-tp2652484p2652550.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to