Return-Path: Delivered-To: apmail-tiles-dev-archive@minotaur.apache.org Received: (qmail 98682 invoked from network); 20 May 2010 19:23:27 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 May 2010 19:23:27 -0000 Received: (qmail 63622 invoked by uid 500); 20 May 2010 19:23:27 -0000 Delivered-To: apmail-tiles-dev-archive@tiles.apache.org Received: (qmail 63598 invoked by uid 500); 20 May 2010 19:23:27 -0000 Mailing-List: contact dev-help@tiles.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tiles.apache.org Delivered-To: mailing list dev@tiles.apache.org Received: (qmail 63590 invoked by uid 99); 20 May 2010 19:23:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 May 2010 19:23:27 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gredbug@gmail.com designates 209.85.214.173 as permitted sender) Received: from [209.85.214.173] (HELO mail-iw0-f173.google.com) (209.85.214.173) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 May 2010 19:23:19 +0000 Received: by iwn41 with SMTP id 41so173427iwn.32 for ; Thu, 20 May 2010 12:22:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=sF+U2jhosIeWZJCc0ZdIvWK+f4sMsW+1GdD/w8XhjBE=; b=FWiulf72N+H+rV3RACu5D+Vcp3z8+cbCbdsRCU82eJmuRimNqIgEdIK5+rtXfytpe3 ZXOPQ7b++13B4/i/Mx3aQer+jfeU+iV+3jpR2XsdURlTn3fh1gI5FYmw45eKExSyVWJ0 3gBNe9eSG+/VI0vwypr83ksnvL1PIlWGCm6y4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=TMmi1GafHImgsG423nsdSDNj6tU91tr+Gzzh6iJ3G27pqBJeBG496wOItqg3Ap7UU1 pyjALEQZHrOACI3CBEYzb7KZtkE2atADFpW8f7dvepAXNfNwU+IXAO4BmgIA/aacbl2x riUK6KdFcGTlOTktOSupBEhhvZKZxLn0EQzqw= MIME-Version: 1.0 Received: by 10.231.167.208 with SMTP id r16mr502097iby.47.1274383378098; Thu, 20 May 2010 12:22:58 -0700 (PDT) Received: by 10.231.152.17 with HTTP; Thu, 20 May 2010 12:22:58 -0700 (PDT) In-Reply-To: References: Date: Thu, 20 May 2010 14:22:58 -0500 Message-ID: Subject: Re: Migrating to Nexus? From: Greg Reddin To: dev@tiles.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Thu, May 20, 2010 at 2:18 PM, Antonio Petrelli wrote: >> Nexus is a Maven repository manager, just like Archiva or Artifactory, >> built by Sonatype and used at Apache as the main repository manager by >> most projects. >> The nicest feature I like is the staging facility, that allows >> promotion from a staging repository with a single click. This is good, >> since the Maven team seem to dislike the stage plugin. >> Nexus verifies every artifacts (through signatures, digests, etc.) and >> it assures that every published artifact is ok. Cool, so it basically means we'd no longer have to manually stage builds then promote them to the public repo? Greg