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/30 21:08:26 UTC

svn commit: r491299 - /velocity/site/doxia-velocity-renderer/src/site/apt/index.apt

Author: henning
Date: Sat Dec 30 12:08:26 2006
New Revision: 491299

URL: http://svn.apache.org/viewvc?view=rev&rev=491299
Log:
add info about maven 2.0.4 core bug.


Modified:
    velocity/site/doxia-velocity-renderer/src/site/apt/index.apt

Modified: velocity/site/doxia-velocity-renderer/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/velocity/site/doxia-velocity-renderer/src/site/apt/index.apt?view=diff&rev=491299&r1=491298&r2=491299
==============================================================================
--- velocity/site/doxia-velocity-renderer/src/site/apt/index.apt (original)
+++ velocity/site/doxia-velocity-renderer/src/site/apt/index.apt Sat Dec 30 12:08:26 2006
@@ -34,16 +34,15 @@
       <extension>
         <artifactId>doxia-velocity-renderer</artifactId>
         <groupId>org.apache.velocity</groupId>
-        <version>0.0.1</version>
+        <version>0.0.2</version>
       </extension>
     </extensions>
   </build>
 +--
 
-  Depending on your maven version, the version of some of the plugins,
-  the weather and the phase of the moon, it might also be necessary that
-  you configure the following module as extension (at least for maven
-  2.0.4 you *must* do this):
+  <Warning!> The Maven 2.0.4 core has a bug inside its extension
+  loading code. If you want to use this module with 2.0.4, you must
+  also add the following module as an extension:
 
 +--
   <build>
@@ -59,6 +58,12 @@
   </build>
 +--
 
+  However by doing this, the <<<site:run>>> and <<<site:deploy>>>
+  targets no longer work. You can work around this by commenting out
+  the whole <<<\<extension\>>>> block. The better solution though is
+  to get the current (2.0.5-SNAPSHOT) development version of Maven or
+  to wait for 2.0.5 to be released. It fixes this bug.
+
 * What it does
 
   This module allows you to create pages and documents in your maven site that are
@@ -242,6 +247,3 @@
   This template was rendered at ${date}.
 
 +--
-
-
-