You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2013/03/20 11:08:25 UTC

svn commit: r1458714 - /httpcomponents/httpcore/trunk/pom.xml

Author: olegk
Date: Wed Mar 20 10:08:25 2013
New Revision: 1458714

URL: http://svn.apache.org/r1458714
Log:
Publish javadocs on deployment

Modified:
    httpcomponents/httpcore/trunk/pom.xml

Modified: httpcomponents/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/pom.xml?rev=1458714&r1=1458713&r2=1458714&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/pom.xml (original)
+++ httpcomponents/httpcore/trunk/pom.xml Wed Mar 20 10:08:25 2013
@@ -156,6 +156,12 @@
             </goals>
             <phase>pre-site</phase>
           </execution>
+          <execution>
+            <id>attach-javadocs</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
         </executions>
         <configuration>
           <!-- reduce console output. Can override with -Dquiet=false -->