Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 47817 invoked from network); 1 May 2009 19:50:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 May 2009 19:50:52 -0000 Received: (qmail 40204 invoked by uid 500); 1 May 2009 19:50:49 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 40118 invoked by uid 500); 1 May 2009 19:50:49 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 40104 invoked by uid 99); 1 May 2009 19:50:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 May 2009 19:50:49 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [209.85.218.219] (HELO mail-bw0-f219.google.com) (209.85.218.219) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 May 2009 19:50:42 +0000 Received: by bwz19 with SMTP id 19so2834941bwz.12 for ; Fri, 01 May 2009 12:50:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.102.247.4 with SMTP id u4mr1856706muh.104.1241207419935; Fri, 01 May 2009 12:50:19 -0700 (PDT) In-Reply-To: References: <2609b0450904291323m33029913va1bcdebb2743c9cd@mail.gmail.com> Date: Fri, 1 May 2009 15:50:19 -0400 Message-ID: <2609b0450905011250w6ac07090w1448314917d6f216@mail.gmail.com> Subject: Re: how to not deploy sources.jar to artifactory From: Gordon Cody To: Maven Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Exactly what I wanted to (not) see. Thanks again Wendy and Todd too Regards, Gord On Wed, Apr 29, 2009 at 5:26 PM, Wendy Smoak wrote: > On Wed, Apr 29, 2009 at 1:23 PM, Gordon Cody wrote: >> I know I read this (on someones blog I think) but did not realise I would >> need to care until recently and now I cant find how to do this. >> >> The requirement is to not deploy sources.jar to the artifactory when >> we do mvn release:perform > > Don't activate the 'release' profile during your release -- that's > what has the source and javadoc jars configured. > > mvn release:perform ... -DuseReleaseProfile=false > > http://maven.apache.org/plugins/maven-release-plugin/perform-mojo.html > > -- > Wendy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org