You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2009/06/22 02:12:42 UTC

svn commit: r787116 - /httpcomponents/httpcore/trunk/BUILDING.txt

Author: sebb
Date: Mon Jun 22 00:12:41 2009
New Revision: 787116

URL: http://svn.apache.org/viewvc?rev=787116&view=rev
Log:
Document some extra Maven steps

Modified:
    httpcomponents/httpcore/trunk/BUILDING.txt

Modified: httpcomponents/httpcore/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/BUILDING.txt?rev=787116&r1=787115&r2=787116&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/BUILDING.txt (original)
+++ httpcomponents/httpcore/trunk/BUILDING.txt Mon Jun 22 00:12:41 2009
@@ -32,13 +32,7 @@
 
 where <VERSION> is the release version
 
-(4) Building distribution assemblies 
-
-Execute the following command in order to build the distribution assemblies
-
-mvn package assembly:assembly
-
-(5) Building documentation 
+(4) Building documentation 
 
 Execute the following command in order to generate javadoc:
 
@@ -48,7 +42,19 @@
 
 mvn docbkx:generate-pdf docbkx:generate-html
 
-(6) Building project web site 
+(5) Building distribution assemblies 
+
+Execute the following command in order to build the distribution assemblies
+
+mvn package assembly:assembly
+
+(6) Fix EOL in source files
+
+Fix the archive files so the source files have the correct EOL settings:
+
+mvn antrun:run
+
+(7) Building project web site 
 
 Execute the following command in order to generate the project web site: