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 SebastianBazley.
The comment on this change is: Document use of test-deploy profile.
http://wiki.apache.org/HttpComponents/HttpComponentsCoreReleaseProcess?action=diff&rev1=20&rev2=21

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

  {{{
  mvn package
  }}}
+ 
+  * Test the contents of Maven artifacts (e.g. do all the jars contain 
suitable NOTICE, LICENSE and MANIFEST files?) by doing a test deploy.
+  (Note: the ''gpg.skip'' and ''skipTests'' qualifiers can be used to speed up 
the command.)
+ 
+ {{{
+ mvn deploy -Ptest-deploy -Prelease [-Dgpg.skip -DskipTests]
+ }}}
+ 
  
   * If this is a non-ALPHA release, verify binary compatibility with the 
previous stable baseline version. Baseline version is the latest stable 
xx.yy.00 release 
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to