You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Apache Wiki <wi...@apache.org> on 2010/03/21 13:11:41 UTC

[Httpcomponents Wiki] Update of "HttpComponentsCoreReleaseProcess" by OlegKalnichevski

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpcomponents Wiki" for change notification.

The "HttpComponentsCoreReleaseProcess" page has been changed by OlegKalnichevski.
http://wiki.apache.org/HttpComponents/HttpComponentsCoreReleaseProcess?action=diff&rev1=16&rev2=17

--------------------------------------------------

   * Deploy the site to a staging directory and review the resultant site before committing the changes  
  
  {{{  
- mvn clean site site:stage -Dmaven.clover.licenseLocation=<path>/clover.license -DstagingDirectory=<path>/stage
+ mvn clean clover2:aggregate site site:stage -Dmaven.clover.licenseLocation=<path>/clover.license -DstagingDirectory=<path>/stage
  }}}
  
   You may need to re-build the site several times until fully satisfied with its content and appearance
@@ -50, +50 @@

   * Generate release javadocs
  
  {{{  
- mvn javadoc:javadoc
+ mvn javadoc:aggregate
  }}}
  
   * Generate tutorial
@@ -179, +179 @@

   * Generate release javadocs
  
  {{{  
- mvn javadoc:javadoc
+ mvn javadoc:aggregate
  }}}
  
   * Generate tutorial
@@ -331, +331 @@

   * Build and deploy the site
  
  {{{
- mvn clean site site:deploy -Dmaven.clover.licenseLocation=<path>/clover.license
+ mvn clean clover2:aggregate site site:deploy -Dmaven.clover.licenseLocation=<path>/clover.license
  }}}
  
   Remark: ASF committers can obtain a copy of Clover2 license donated to the ASF at this location 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org