You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by he...@apache.org on 2006/12/29 10:13:19 UTC

svn commit: r490966 - in /velocity/site/site: ./ pom.xml src/site/site.xml src/site/velocity/ src/site/velocity/apt/ src/site/velocity/resources/ src/site/velocity/xdoc/

Author: henning
Date: Fri Dec 29 01:13:18 2006
New Revision: 490966

URL: http://svn.apache.org/viewvc?view=rev&rev=490966
Log:
Add Doxia Velocity Render Plugin


Added:
    velocity/site/site/src/site/velocity/
    velocity/site/site/src/site/velocity/apt/
    velocity/site/site/src/site/velocity/resources/
    velocity/site/site/src/site/velocity/xdoc/
Modified:
    velocity/site/site/   (props changed)
    velocity/site/site/pom.xml
    velocity/site/site/src/site/site.xml

Propchange: velocity/site/site/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Dec 29 01:13:18 2006
@@ -5,3 +5,4 @@
 velocity.log*
 *.ser
 .classpath
+.externalToolBuilders

Modified: velocity/site/site/pom.xml
URL: http://svn.apache.org/viewvc/velocity/site/site/pom.xml?view=diff&rev=490966&r1=490965&r2=490966
==============================================================================
--- velocity/site/site/pom.xml (original)
+++ velocity/site/site/pom.xml Fri Dec 29 01:13:18 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<project>
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.velocity</groupId>
   <artifactId>velocity-site</artifactId>
@@ -18,7 +18,7 @@
   <distributionManagement>
     <site>
       <id>velocity.apache.org</id>
-     <url>scpexe://people.apache.org/www/velocity.apache.org/staging</url>
+      <url>scpexe://people.apache.org/home/henning/public_html/site</url>
     </site>
   </distributionManagement>
 
@@ -154,6 +154,7 @@
     <defaultGoal>post-site</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
         <executions>
           <execution>
@@ -181,6 +182,33 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.velocity</groupId>
+        <artifactId>doxia-velocity-renderer</artifactId>
+        <configuration>
+          <libraries/>
+          <tools/>
+        </configuration>
+        <executions>
+          <execution>
+            <goals>
+              <goal>pre-site</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
+    <extensions>
+      <extension>
+        <artifactId>doxia-velocity-renderer</artifactId>
+        <groupId>org.apache.velocity</groupId>
+        <version>0.0.1</version>
+      </extension>
+      <extension>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+        <version>2.0-SNAPSHOT</version>
+      </extension>
+    </extensions>
   </build>
 </project>

Modified: velocity/site/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/velocity/site/site/src/site/site.xml?view=diff&rev=490966&r1=490965&r2=490966
==============================================================================
--- velocity/site/site/src/site/site.xml (original)
+++ velocity/site/site/src/site/site.xml Fri Dec 29 01:13:18 2006
@@ -16,7 +16,7 @@
   <skin>
     <groupId>org.apache.velocity</groupId>
     <artifactId>apache-velocity-site-skin</artifactId>
-    <version>1.0.2</version>
+    <version>1.0.3</version>
   </skin>
 
   <body>