Author: sebb
Date: Sun Jan 25 09:59:46 2015
New Revision: 1654636

URL: http://svn.apache.org/r1654636
Log:
No need to include compile phase as well as test-compile

Modified:
    commons/cms-site/trunk/content/xdoc/building.xml

Modified: commons/cms-site/trunk/content/xdoc/building.xml
URL: 
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/building.xml?rev=1654636&r1=1654635&r2=1654636&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/building.xml (original)
+++ commons/cms-site/trunk/content/xdoc/building.xml Sun Jan 25 09:59:46 2015
@@ -101,10 +101,10 @@
       </p>
       <source>mvn clean test -Pjava-1.5</source>
       <p>
-        To compile source and test files with Java 1.6 if settings.xml does 
not contain the property definitions 
+        To compile (only) source and test files with Java 1.6 if settings.xml 
does not contain the property definitions 
         (note this overrides any definition in settings.xml):
       </p>
-      <source>mvn clean compile test-compile -Pjava-1.6 
-DJAVA_1_6_HOME=path-to-jdk-home</source>
+      <source>mvn [clean] test-compile -Pjava-1.6 
-DJAVA_1_6_HOME=path-to-jdk-home</source>
     </subsection> 
 
     <subsection name="Running the Tests">


Reply via email to