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 45A9EDB49 for ; Mon, 22 Oct 2012 21:38:16 +0000 (UTC) Received: (qmail 42749 invoked by uid 500); 22 Oct 2012 21:38:14 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 42591 invoked by uid 500); 22 Oct 2012 21:38:13 -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 42582 invoked by uid 99); 22 Oct 2012 21:38:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2012 21:38:13 +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 (nike.apache.org: domain of ljnelson@gmail.com designates 209.85.216.171 as permitted sender) Received: from [209.85.216.171] (HELO mail-qc0-f171.google.com) (209.85.216.171) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2012 21:38:06 +0000 Received: by mail-qc0-f171.google.com with SMTP id d1so2224379qca.30 for ; Mon, 22 Oct 2012 14:37:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=x+JBWTjvwu94BzNEvPtD0WE+jtSbebm9jdpZKPTjzKE=; b=hOoy8EuINqTy2jaVbnEJk5tzzbNSuA7vkt8ZwX/B0/COPA63RMUKfzrVSt4RHfqhxe o0pMpAB/wR/IQjEy2LbDI60Xwqt5j23MYWdSlFj4UbHudKBqPU8kae9ZvTGcgKLJkhtN CZi2K22I/Ge65D4ePq3SFsW6IAnRzNSZan9lukHMPNDX1+I+ZRGcHlBC6s3BElKE6hVz LP2TWtO7Bh3G2s+/tFf8tZA6WFUxFTyrFZVtz0/+LxAPy812jEa8RB7kjAUH9CpfSUy8 Av4fjeEoMjmrP/vpaaDQP1I1pTT/Xi4Ns0Vw8O9yrHMnTOasSkhUTziP+rwUxzwJd1Bz Y9Xg== MIME-Version: 1.0 Received: by 10.49.63.104 with SMTP id f8mr5896068qes.29.1350941865953; Mon, 22 Oct 2012 14:37:45 -0700 (PDT) Received: by 10.49.110.42 with HTTP; Mon, 22 Oct 2012 14:37:45 -0700 (PDT) Date: Mon, 22 Oct 2012 14:37:45 -0700 Message-ID: Subject: Seeking Maven Way advice: repos in project profile? From: Laird Nelson To: Maven Users List Content-Type: multipart/alternative; boundary=047d7bdc1a3a084a0704ccacaa64 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bdc1a3a084a0704ccacaa64 Content-Type: text/plain; charset=UTF-8 I know that it is a Bad Thing to add a repository to your pom.xml. Is it regarded by the Great Maven Hivemind :-) to be a Bad Thing if you put a repository in your pom.xml as an (unactivated by default) profile? I'm sick and tired of having to tell users to put repository X or repository Y in their .m2/settings.xml file; the whole point of the pom.xml is: download the stuff, tell Maven to build it. :-) Best, Laird -- http://about.me/lairdnelson --047d7bdc1a3a084a0704ccacaa64--