You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2015/05/23 21:15:36 UTC

svn commit: r1681375 - in /oodt/trunk: CHANGES.txt README.md

Author: mattmann
Date: Sat May 23 19:15:36 2015
New Revision: 1681375

URL: http://svn.apache.org/r1681375
Log:
Fix for OODT-849 Update Maven instructions in README to include clean command contributed by Ethan <ca...@gmail.com> this closes #21.

Modified:
    oodt/trunk/CHANGES.txt
    oodt/trunk/README.md

Modified: oodt/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/oodt/trunk/CHANGES.txt?rev=1681375&r1=1681374&r2=1681375&view=diff
==============================================================================
--- oodt/trunk/CHANGES.txt (original)
+++ oodt/trunk/CHANGES.txt Sat May 23 19:15:36 2015
@@ -2,6 +2,8 @@ Apache OODT Change Log
 ======================
 Release 0.9 - Current Development
 
+* OODT-841 Update Maven instructions in README to include clean command (Ethan Wang via mattmann)
+
 * OODT-844 Scala maven plugin for streaming only (Jane Wyngaard via mattmann)
 
 * OODT-829 Implement an Apache Tika based Server Side Extractor (Radu Manole via mattmann)

Modified: oodt/trunk/README.md
URL: http://svn.apache.org/viewvc/oodt/trunk/README.md?rev=1681375&r1=1681374&r2=1681375&view=diff
==============================================================================
--- oodt/trunk/README.md (original)
+++ oodt/trunk/README.md Sat May 23 19:15:36 2015
@@ -15,8 +15,8 @@ other research institutions and universi
 * Various Earth Science data processing missions, including
   Seawinds/QuickSCAT, the Orbiting Carbon Observatory, the NPP Sounder PEATE
   project, and the Soil Moisture Active Passive (SMAP) mission.
-    
-OODT is a Top Level project of the Apache Software Foundation 
+
+OODT is a Top Level project of the Apache Software Foundation
 <http://www.apache.org/>.
 
 Getting Started
@@ -27,7 +27,7 @@ It requires Java 5 and uses the Maven 2
 system.  To build the Java components of OODT, use the following command in
 this directory:
 
-    mvn install
+    mvn clean install
 
 For the Python components, see the "agility" subdirectory.
 
@@ -40,7 +40,7 @@ To contribute a patch, follow these inst
 0. Download and install hub.github.com
 1. File JIRA issue for your fix at https://issues.apache.org/jira/browse/OODT
 - you will get issue id OODT-xxx where xxx is the issue ID.
-2. git clone http://github.com/apache/oodt.git 
+2. git clone http://github.com/apache/oodt.git
 3. cd oodt
 4. git checkout -b OODT-xxx
 5. edit files
@@ -110,9 +110,9 @@ Documentation
 You can build a local copy of the OODT documentation including JavaDocs using
 the following Maven 2 command in the OODT source directory:
 
-    mvn site 
+    mvn site
 
-You can then open the OODT Documentation in a web browser: 
+You can then open the OODT Documentation in a web browser:
 
     ./target/site/index.html