Author: riverma
Date: Wed Jun 18 07:12:50 2014
New Revision: 1603362

URL: http://svn.apache.org/r1603362
Log:
OODT-717: OODT RADiX README has misleading build directions

Modified:
    
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/README.txt

Modified: 
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/README.txt
URL: 
http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/README.txt?rev=1603362&r1=1603361&r2=1603362&view=diff
==============================================================================
--- 
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/README.txt
 (original)
+++ 
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/README.txt
 Wed Jun 18 07:12:50 2014
@@ -32,9 +32,14 @@ REQUIREMENTS:
   see: http://oodt.apache.org/components/maven/filemgr/user/basic.html
 
 INSTALLATION:
-  $ mvn clean package <OPTIONAL PROFILES> -C /my/deployment/directory/oodt
+  # build oodt
+  $ mvn clean package <OPTIONAL PROFILES> # see optional build profiles below
 
-  For other build configurations, add the following arguments:
+  # deploy oodt
+  $ tar zxf 
distribution/target/${PROJECT_ARTIFACT_ID}-distribution-*-bin.tar.gz -C 
/my/deployment/directory/oodt
+  
+  ---
+  NOTE: For other build configurations, add the following arguments:
   (default)           : bin, crawler, data, extensions,
                         filemgr (Lucene), logs, pcs, resmgr,
                         tomcat, workflow, pge


Reply via email to