Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6B1DE7BE7 for ; Mon, 10 Oct 2011 15:34:42 +0000 (UTC) Received: (qmail 43031 invoked by uid 500); 10 Oct 2011 15:34:41 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 42956 invoked by uid 500); 10 Oct 2011 15:34:41 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 42948 invoked by uid 99); 10 Oct 2011 15:34:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Oct 2011 15:34:41 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of nigel.magnay@gmail.com designates 209.85.212.43 as permitted sender) Received: from [209.85.212.43] (HELO mail-vw0-f43.google.com) (209.85.212.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Oct 2011 15:34:33 +0000 Received: by vws13 with SMTP id 13so6942119vws.30 for ; Mon, 10 Oct 2011 08:34:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=L7CU3x1jOlFS4zzEfjpxkUryRUi9hGC+RPl+AJrZob8=; b=EBiFof9x8DOCXBI+2aVrc9ZXCp0P1Elpca2nCH9PjtdPnrH+MPQ8YHFEknPTkZ/ldw 6BH59va3Y2zLdnZ2TDS9iW9uJXpQaWw8SPU6vZX1qVsQDmeR5WKNCKQ3y1nAAHEsY8oH H66vi8QO0hX+3/lCAsrvv29tupIChfBNIK6zA= MIME-Version: 1.0 Received: by 10.52.71.200 with SMTP id x8mr14211316vdu.54.1318260852830; Mon, 10 Oct 2011 08:34:12 -0700 (PDT) Received: by 10.220.180.130 with HTTP; Mon, 10 Oct 2011 08:34:12 -0700 (PDT) Date: Mon, 10 Oct 2011 16:34:12 +0100 Message-ID: Subject: custom scopes eaten when dependency is transitive From: Nigel Magnay To: Maven Developers List Content-Type: multipart/alternative; boundary=20cf3071ce7cdab0e304aef3852f X-Virus-Checked: Checked by ClamAV on apache.org --20cf3071ce7cdab0e304aef3852f Content-Type: text/plain; charset=ISO-8859-1 Hello I use flexmojos maven plugin to build flex projects with maven. Flex projects have more dependency scopes than java projects, which control various things like caching and runtime dependency loading. To do this, various scopes are added (e.g: rsl). This works fine when dependencies are directly declared, but it would appear that the scopes are stripped from dependencies are down in an included pom artifact. Is this a bug? If not, why is it stripping these scopes, and what is the correct way of doing this for languages that require more flexibility than Java? (The FM author clearly feels that maven is java-centric and doesn't care about these usecases).. --20cf3071ce7cdab0e304aef3852f--