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 2007/03/31 11:48:45 UTC

svn commit: r524403 - in /velocity/site/tools: pom.xml velocity-site-news-plugin/pom.xml

Author: henning
Date: Sat Mar 31 02:48:44 2007
New Revision: 524403

URL: http://svn.apache.org/viewvc?view=rev&rev=524403
Log:
Move plugin on the same level as the doxia plugin.

News plugin also required plexus component plugin.

Require maven 2.0.5



Modified:
    velocity/site/tools/pom.xml
    velocity/site/tools/velocity-site-news-plugin/pom.xml

Modified: velocity/site/tools/pom.xml
URL: http://svn.apache.org/viewvc/velocity/site/tools/pom.xml?view=diff&rev=524403&r1=524402&r2=524403
==============================================================================
--- velocity/site/tools/pom.xml (original)
+++ velocity/site/tools/pom.xml Sat Mar 31 02:48:44 2007
@@ -36,9 +36,13 @@
   <packaging>pom</packaging>
   <modules>
     <module>velocity-site-doxia-renderer</module>
-    <module>velocity-site-news</module>
+    <module>velocity-site-news-plugin</module>
     <module>velocity-site-skin</module>
   </modules>
+
+  <prerequisites>
+    <maven>2.0.5</maven>
+  </prerequisites>
 
   <organization>
     <name>The Apache Software Foundation</name>

Modified: velocity/site/tools/velocity-site-news-plugin/pom.xml
URL: http://svn.apache.org/viewvc/velocity/site/tools/velocity-site-news-plugin/pom.xml?view=diff&rev=524403&r1=524402&r2=524403
==============================================================================
--- velocity/site/tools/velocity-site-news-plugin/pom.xml (original)
+++ velocity/site/tools/velocity-site-news-plugin/pom.xml Sat Mar 31 02:48:44 2007
@@ -45,6 +45,18 @@
   <build>
     <plugins>
       <plugin>
+        <groupId>org.codehaus.plexus</groupId>
+        <artifactId>plexus-maven-plugin</artifactId>
+        <version>1.2</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>descriptor</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
         <executions>