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 A704D10684 for ; Fri, 8 Nov 2013 12:31:09 +0000 (UTC) Received: (qmail 84789 invoked by uid 500); 8 Nov 2013 12:31:01 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 84705 invoked by uid 500); 8 Nov 2013 12:30:54 -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 84693 invoked by uid 99); 8 Nov 2013 12:30:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Nov 2013 12:30:52 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jasontesser@gmail.com designates 209.85.223.175 as permitted sender) Received: from [209.85.223.175] (HELO mail-ie0-f175.google.com) (209.85.223.175) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Nov 2013 12:30:47 +0000 Received: by mail-ie0-f175.google.com with SMTP id aq17so3128177iec.34 for ; Fri, 08 Nov 2013 04:30:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=ltBH35TcvdVRl88+YF3zl0jBS5IwyOxsoEPb6b9KAUQ=; b=BBiqkEjMCnZHgf8Y17M1MAzh/76CkCbpoak+ApaYWELn8eX3PwTu72RYoqPaN5H/LF /jMtgs/ENWfO3T1uhQAL0cixPc94AbBQwr8osl1euGzcN3+XC8ZrlrC8I01xa9pNs32f i0Mv2MFML8FoM07TwQ3VBe6QAwx6KkyS3XgYOE+daTxbicUjlJ/knkgWdzu2U1R4AAR9 2i77WA6iixpHct0uKfvUYoq6UDDjOMqS7KMi00YLCQx6STUGOozHVU11BpLJ4VOgH1A/ Ju8aSh31PfJzwWiGfOOATTi0KrPpWwQo2z20V8nvO0jnR4ImcmhPk+SBfglu/mKYO+5w j3Lw== X-Received: by 10.50.4.9 with SMTP id g9mr2177998igg.22.1383913827017; Fri, 08 Nov 2013 04:30:27 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.16.65 with HTTP; Fri, 8 Nov 2013 04:30:06 -0800 (PST) From: Jason Tesser Date: Fri, 8 Nov 2013 07:30:06 -0500 Message-ID: Subject: Best Practice for Repository Names etc... To: Maven Users List Content-Type: multipart/alternative; boundary=001a11c3184e0f763704eaa98c03 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c3184e0f763704eaa98c03 Content-Type: text/plain; charset=UTF-8 We have one piece of software that we sell. There are a few github repos which make up the code for this software. We have been using only ANT for years and all our libs are in WEB-INF/lib We also write plugins against us to deploy in our system. We are moving to using Maven for our Dependencies. We have Artifactory set up and working. My questions are as follows 1. For local Repositories should I stick with the convention that Artifactory shipped with? libs-release-local, libs-snapshot-local, plugins-release-local, plugins-snapshot-local,-ext-release-local,ext-snapshot-local I was wondering if I should just create one local repo and store everything in it? 2. Related to number 1. Can 1 repo not support the snapshots? 3. Related to 2 What is the best practice way to handle my branch which people run everyday and gets commits everyday. This is during development. 4. Is there a recommended way to handle group/artifact naming. I have seen many on the internet Thank you, Jason --001a11c3184e0f763704eaa98c03--