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/01/07 17:01:32 UTC

svn commit: r493760 - /velocity/site/README.txt

Author: henning
Date: Sun Jan  7 08:01:31 2007
New Revision: 493760

URL: http://svn.apache.org/viewvc?view=rev&rev=493760
Log:
Update docs


Modified:
    velocity/site/README.txt

Modified: velocity/site/README.txt
URL: http://svn.apache.org/viewvc/velocity/site/README.txt?view=diff&rev=493760&r1=493759&r2=493760
==============================================================================
--- velocity/site/README.txt (original)
+++ velocity/site/README.txt Sun Jan  7 08:01:31 2007
@@ -55,8 +55,7 @@
  To build the site, you need the helper modules installed locally. 
 
  The helper modules have been organized as a Maven reactor build. You
- can install them by running "mvn" from the directory where you found
- this README.
+ can install them by running "mvn" from the "tools" sub-directory.
 
  You need to install these only once unless the dependencies of the
  site have changed which should only happen very rarely.
@@ -160,7 +159,9 @@
 
  [ERROR] BUILD ERROR
  [INFO] ------------------------------------------------------------------------
- [INFO] Internal error in the plugin manager executing goal 'org.apache.maven.plugins:maven-site-plugin:2.0-SNAPSHOT:run': Unable to find the mojo 'org.apache.maven.plugins:maven-site-plugin:2.0-SNAPSHOT:run' in the plugin 'org.apache.maven.plugins:maven-site-plugin'
+ [INFO] Internal error in the plugin manager executing goal 'org.apache.maven.plugins:maven-site-plugin:2.0-SNAPSHOT:run': 
+         Unable to find the mojo 'org.apache.maven.plugins:maven-site-plugin:2.0-SNAPSHOT:run'
+         in the plugin 'org.apache.maven.plugins:maven-site-plugin'
 
  means that you are probably using Apache Maven 2.0.4 and either forgot
  to add the workaround described above when trying to build the site or