You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ma...@apache.org on 2006/08/17 22:58:35 UTC

svn commit: r432388 - in /incubator/felix/trunk: maven-site.vm pom.xml src/site/maven-site.vm

Author: marrs
Date: Thu Aug 17 13:58:34 2006
New Revision: 432388

URL: http://svn.apache.org/viewvc?rev=432388&view=rev
Log:
Moved the Velocity template for the site to src/site, out of the main trunk dir.

Added:
    incubator/felix/trunk/src/site/maven-site.vm
      - copied unchanged from r432387, incubator/felix/trunk/maven-site.vm
Removed:
    incubator/felix/trunk/maven-site.vm
Modified:
    incubator/felix/trunk/pom.xml

Modified: incubator/felix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/pom.xml?rev=432388&r1=432387&r2=432388&view=diff
==============================================================================
--- incubator/felix/trunk/pom.xml (original)
+++ incubator/felix/trunk/pom.xml Thu Aug 17 13:58:34 2006
@@ -168,7 +168,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
         <configuration>
-          <templateDirectory>${user.dir}</templateDirectory>
+          <templateDirectory>${user.dir}/src/site/</templateDirectory>
           <template>maven-site.vm</template>
         </configuration>
       </plugin>