Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4943A1056D for ; Wed, 26 Mar 2014 04:29:37 +0000 (UTC) Received: (qmail 31957 invoked by uid 500); 26 Mar 2014 04:29:33 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 31430 invoked by uid 500); 26 Mar 2014 04:29:30 -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 31414 invoked by uid 99); 26 Mar 2014 04:29:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Mar 2014 04:29:27 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of eric.kolotyluk@gmail.com designates 209.85.213.41 as permitted sender) Received: from [209.85.213.41] (HELO mail-yh0-f41.google.com) (209.85.213.41) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Mar 2014 04:29:22 +0000 Received: by mail-yh0-f41.google.com with SMTP id v1so1590741yhn.14 for ; Tue, 25 Mar 2014 21:29:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=c9J74RCauaUj4RaDcd4Y9AFkpjJIrR4lTtPaQVIIYRY=; b=lH7dxoR8dVCKRoH6Zg2ZRQb3Xj4yrIMfxtTHVyfLV1/Anpv+XSh4NP06jcIuVJtyU7 9ulccN0bFnVDZpGS+oOCllyi2zuQ3LRYZ5frurvMKFKpz9C/eXzbEDyqIhCFsShAwxuA apTdl+wDOo2fjfyKCFn1k9FTz55G2y0gKXCxWU708spqEGcq91IGXAUO1Twa1ma5uRJO 0IGEJ4abCVjiX1zdv78i/ZWa7hyULLZycNSaAXB2KOvnFmkUGN5HX7PbNsQ57bA4/KDr bExGx9LUGUQut/6eVHR9M90oln9ho+tqJb5TKw00Ih1Ls5E9JArrEnhZfa5pcHhEx+Wa 7j9A== X-Received: by 10.236.54.198 with SMTP id i46mr46983785yhc.13.1395808141539; Tue, 25 Mar 2014 21:29:01 -0700 (PDT) Received: from [192.168.0.17] (S0106602ad07f9cfa.vc.shawcable.net. [24.85.131.20]) by mx.google.com with ESMTPSA id m3sm32215101yhl.30.2014.03.25.21.28.59 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 25 Mar 2014 21:29:00 -0700 (PDT) Message-ID: <5332578E.4040002@gmail.com> Date: Tue, 25 Mar 2014 21:29:02 -0700 From: Eric Kolotyluk User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: users@maven.apache.org Subject: Re: Updated documentation for Central Repository References: <96D42AF5-2A3A-4393-B07E-7F95653B585A@takari.io> <20140325234221.0409F4340534@dd34514.kasserver.com> In-Reply-To: <20140325234221.0409F4340534@dd34514.kasserver.com> Content-Type: multipart/alternative; boundary="------------020501050402080706060900" X-Virus-Checked: Checked by ClamAV on apache.org --------------020501050402080706060900 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 3/25/2014 4:42 PM, Manfred Moser wrote: > Hello everyone! > > We have updated the documentation for publishing artifacts to the Central Repository via the free Sonatype Open Source Repository Hosting (OSSRH) and added more documents about status, getting help and more and put it all together on a brand new website. > > Please look at the announcement blog post at > > http://blog.sonatype.com/2014/03/a-home-for-the-central-repository/ > > and the actual new website at http://central.sonatype.org/ > > Specifically the instructions for Apache Maven are at > > http://central.sonatype.org/pages/apache-maven.html > > but I would like to encourage you all to have a look at the rest of the site as well. > > The Maven docs details usage of things like the Nexus Staging Maven Plugin for command line based release (no more logging into the UI) and a whole lot of other things. > > We are hoping you find this all useful and get some great feedback and recommendations for improvements from you. > > Looking forward to continue to improve the site going forward. > > Jason, Joel, Manfred and others > Sonatype Ops Team - @sonatype_ops > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > In the Maven section, I was hoping to see some discussion like... *Local Repository Manager vs Sonatype OSS* You may be in a situation that you have a local or corporate Repository Manager that you use as part of your daily software development process, and you only want to use the Sonatype OSS Repository Manager on occasion. You can can configure this in your settings.xml like this: local-repository local-nexus::default::http://localhost:8081/nexus/content/repositories/releases/ local-nexus::default::http://localhost:8081/nexus/content/repositories/snapshots/ local-repository local-nexus deployment /secret/ sonatype-nexus-snapshots /username/ /secret/ sonatype-nexus-staging /username/ /secret/ Normally when you run deploy, your artifacts will go to 'local-nexus' (or whatever you configure), but when you want to use the Sonatype OSS repository, you can just use mvn deploy -P!local-repository and Maven will deploy according to the defined in org.sonatype.oss oss-parent 7 The benefit of this method is that you do not have to put any local or unnecessary corporate information in the pom.xml you are distributing with your project. Warning: some older versions of the maven-deploy-plugin do not support this properly, so use the latest version, for example, in your pom.xml: maven-deploy-plugin 2.8.1 . . . --------------020501050402080706060900--