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 E148BDF41 for ; Wed, 22 May 2013 19:37:30 +0000 (UTC) Received: (qmail 41504 invoked by uid 500); 22 May 2013 19:37:29 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 41395 invoked by uid 500); 22 May 2013 19:37:29 -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 41374 invoked by uid 99); 22 May 2013 19:37:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 May 2013 19:37:28 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of waynefay@gmail.com designates 209.85.220.48 as permitted sender) Received: from [209.85.220.48] (HELO mail-pa0-f48.google.com) (209.85.220.48) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 May 2013 19:37:23 +0000 Received: by mail-pa0-f48.google.com with SMTP id kp6so2124238pab.7 for ; Wed, 22 May 2013 12:37:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=7eZ662hKSwk+HUOKHPRDR1hqS8ePfSgTF56T+fRo9f0=; b=z7F8SPUkcJrERZXSCD9kLic2sc2E2Qdeefzj7O62iSllS6+m+bB/90BwQVR+D3uoXq udEBUjk9kVhkIPZeE2jitroPl8oab9wdkPKW68Shor9LW721NW6foXVDtO/II5hjG61/ J3e1Pa8JkN17N7Co8GC5ew8Zsuo137VAnql5OW5eHTqYJvPDFnwSOXaHosJ3zh9wEDXR lKv59YonE4Q3ZEYW4NE/OoYDCgYqTxpw/CJIIrPcDrYEh+di9EjosS1knWnGlPf0sWGd yXZjKMOTla35JBN8N9QkFvorxrxDekfZMhx+R8VP397vyMmvlInpJgFI0Mm2Qq74FwOE 688Q== MIME-Version: 1.0 X-Received: by 10.67.2.33 with SMTP id bl1mr9891854pad.26.1369251423714; Wed, 22 May 2013 12:37:03 -0700 (PDT) Received: by 10.68.144.68 with HTTP; Wed, 22 May 2013 12:37:03 -0700 (PDT) In-Reply-To: References: <519B773E.6040509@orprovision.com> Date: Wed, 22 May 2013 14:37:03 -0500 Message-ID: Subject: Re: Deploy using version override From: Wayne Fay To: Maven Users List Cc: andy.gumbrecht@orprovision.com Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org > Also, your internal versioning scheme is IMHO not good. You should use a > qualifier to identify your internally released version (keeping groupId and > artifactId). For example (and what I use) is to include something unique to > your organization (like the company name) and then maybe the scm revision. > Like this: > 5.9-ABC_r52161 The OV is (I think) his company name: OrproVision. The 1 in his OV.1 might notate the first release they've made internally (??). So, he may be pretty close to the best practices you're suggesting. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org