Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 856F010A66 for ; Fri, 7 Jun 2013 23:03:54 +0000 (UTC) Received: (qmail 77708 invoked by uid 500); 7 Jun 2013 23:03:54 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 77659 invoked by uid 500); 7 Jun 2013 23:03:54 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 77652 invoked by uid 99); 7 Jun 2013 23:03:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jun 2013 23:03:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jun 2013 23:03:52 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E7FBB2388A29 for ; Fri, 7 Jun 2013 23:03:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r864773 - in /websites/staging/commons/trunk/content: ./ releases/prepare.html Date: Fri, 07 Jun 2013 23:03:31 -0000 To: commits@commons.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130607230331.E7FBB2388A29@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Fri Jun 7 23:03:31 2013 New Revision: 864773 Log: Staging update by buildbot for commons Modified: websites/staging/commons/trunk/content/ (props changed) websites/staging/commons/trunk/content/releases/prepare.html Propchange: websites/staging/commons/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Fri Jun 7 23:03:31 2013 @@ -1 +1 @@ -1490858 +1490862 Modified: websites/staging/commons/trunk/content/releases/prepare.html ============================================================================== --- websites/staging/commons/trunk/content/releases/prepare.html (original) +++ websites/staging/commons/trunk/content/releases/prepare.html Fri Jun 7 23:03:31 2013 @@ -659,11 +659,11 @@

To create all distributables and upload the Maven artifacts to the ASF Nexus instance run

-        mvn deploy -Prelease
+        mvn deploy -Prelease [-Pjava-1.x]
       
If you want to do a test deployment first, you can add the following option:
-        mvn deploy -Prelease -Ptest-deploy
+        mvn deploy -Prelease -Ptest-deploy [-Pjava-1.x]
       
The "test-deploy" profile uploads the artifacts to target/deploy instead of Nexus so one can check all the required files have been created with the expected contents.