Publish javadocs on deployment

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1463593 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2013-04-02 15:17:55 +00:00
parent ee0997dfff
commit 5f645aa351
1 changed files with 6 additions and 0 deletions

View File

@ -225,6 +225,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 -->