Scarab commit: svn commit: r11273 - trunk/README
[email protected] Mon, 4 Jun 2012 02:09:54 -0700 (PDT)
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jhoech
Date: 2012-06-04 02:09:54-0700
New Revision: 11273
Modified:
trunk/README
Log:
FIX - Added plugin build for quick build documentation guide.
Modified: trunk/README
Url: http://scarab.tigris.org/source/browse/scarab/trunk/README?view=diff&pathrev=11273&r1=11272&r2=11273
==============================================================================
--- trunk/README (original)
+++ trunk/README 2012-06-04 02:09:54-0700
@@ -21,12 +21,15 @@
Alternatively you can generate the documentation set locally as follows.
Note: you will need Maven installed on your box:
- 1.) Unpack the installation (you probably already did this)
- 2.) go to the installation root
- 3.) call maven:
-
- mvn site:site
+ 1.) Unpack the installation (you probably already did this) to a
+ directory of your choice - this will be your SCARAB_ROOT
+ 2.) Go to directory $SCARAB_ROOT\extensions\scarab-maven-plugin
+ 3.) run maven by "mvn clean install"
+ 4.) Go to directory $SCARAB_ROOT
+ 5.) run maven by "mvn site:site"
+ Note: Steps 2 and 3 is needed only once for all further Scarab builds.
+
The full documentation set will be generated to
$SCARAB_ROOT/target/site
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2968747