You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2016/06/20 17:00:17 UTC

svn commit: r1749363 - /httpcomponents/httpasyncclient/branches/4.1.x/BUILDING.txt

Author: ggregory
Date: Mon Jun 20 17:00:17 2016
New Revision: 1749363

URL: http://svn.apache.org/viewvc?rev=1749363&view=rev
Log:
Better build instructions.

Modified:
    httpcomponents/httpasyncclient/branches/4.1.x/BUILDING.txt

Modified: httpcomponents/httpasyncclient/branches/4.1.x/BUILDING.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/branches/4.1.x/BUILDING.txt?rev=1749363&r1=1749362&r2=1749363&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/branches/4.1.x/BUILDING.txt (original)
+++ httpcomponents/httpasyncclient/branches/4.1.x/BUILDING.txt Mon Jun 20 17:00:17 2016
@@ -46,6 +46,5 @@ mvn apache-rat:check
 
 Execute the following commands in order to generate Javadoc:
 
-mvn install
-mvn javadoc:aggregate
+mvn compile javadoc:aggregate