You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2006/06/17 23:08:16 UTC

svn commit: r415061 - /maven/plugins/trunk/maven-site-plugin/src/site/apt/creating-a-skin.apt

Author: dennisl
Date: Sat Jun 17 14:08:16 2006
New Revision: 415061

URL: http://svn.apache.org/viewvc?rev=415061&view=rev
Log:
Add the location where a custom velocity template should be stored

Modified:
    maven/plugins/trunk/maven-site-plugin/src/site/apt/creating-a-skin.apt

Modified: maven/plugins/trunk/maven-site-plugin/src/site/apt/creating-a-skin.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/site/apt/creating-a-skin.apt?rev=415061&r1=415060&r2=415061&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/site/apt/creating-a-skin.apt (original)
+++ maven/plugins/trunk/maven-site-plugin/src/site/apt/creating-a-skin.apt Sat Jun 17 14:08:16 2006
@@ -38,5 +38,6 @@
   <<Details on the velocity template variables and use should be included>>.
 
   The format of the velocity template is currently out of scope for this document. To attempt this, start by copying
-  <<<default-site.vm>>> from the <<<doxia-site-renderer>>> JAR and modify it to your needs.
+  <<<default-site.vm>>> from the <<<doxia-site-renderer>>> JAR to <<<src/main/resources/META-INF/maven/site.vm>>>
+  and modify it to your needs.