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 4AEBEFB9F for ; Thu, 2 May 2013 11:52:27 +0000 (UTC) Received: (qmail 5495 invoked by uid 500); 2 May 2013 11:52:25 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 5147 invoked by uid 500); 2 May 2013 11:52:25 -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 5117 invoked by uid 99); 2 May 2013 11:52:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 May 2013 11:52:24 +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 simone.tripodi@gmail.com designates 209.85.214.169 as permitted sender) Received: from [209.85.214.169] (HELO mail-ob0-f169.google.com) (209.85.214.169) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 May 2013 11:52:19 +0000 Received: by mail-ob0-f169.google.com with SMTP id tb18so378329obb.0 for ; Thu, 02 May 2013 04:51:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:date:x-google-sender-auth:message-id :subject:from:to:content-type; bh=ozZNAgnQlWCOzuqWPbkTmlR/eZHvM2gTrZthk2H7xBE=; b=d9HoUf8CciCkVp+52/IQqjE8fAvQ/5WEO4N3O8kA3b9O3p0D2o4NQnTVtKatci0qu1 9ajfen/y/filu47n9+Jbv7KsvCJwzEpuqpLmYvCdDeIrfFyBBYCljAfTbDC+k64L3Lbt uFm288W+Z7iYmubqEVIKowoJ3HX6kHteuCwbKXwlhb2pKCAVNzE5asljDx8rIDuJzq63 hvurzCIdwqxM/A/FkGS61HQI5PAw151Lgp3UBbbI5aIpuxGRKbZnQaD+qR9SPSbmBNXI IBGHP/9WEiwdVA71CGV92OigJegxWT4ZJ63ibovzIqApuUKXBz8Kj2y8GjUcA1JkvoVN KFpA== MIME-Version: 1.0 X-Received: by 10.60.63.238 with SMTP id j14mr1637785oes.77.1367495519093; Thu, 02 May 2013 04:51:59 -0700 (PDT) Sender: simone.tripodi@gmail.com Received: by 10.60.22.98 with HTTP; Thu, 2 May 2013 04:51:59 -0700 (PDT) Date: Thu, 2 May 2013 13:51:59 +0200 X-Google-Sender-Auth: _OYJYa61iiX_N0iN9GuO5-K-gsg Message-ID: Subject: cannot resolve POM with classifier? From: Simone Tripodi To: Maven Users List Content-Type: multipart/alternative; boundary=001a11c21a8ca5cb1404dbbadcb1 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c21a8ca5cb1404dbbadcb1 Content-Type: text/plain; charset=UTF-8 Hi all, I am in the scenario where a POM is generated and attached in the main project, then will be deployed on the repo; that POM contains all required dependencies my users need when developing custom applications. The issue comes when I would like to resolve the generated prom in an external project, becauee IIUC there is no way to: * inherit from a parent pom with a classifier; * declare its dependency in `dependencyManagement` with scope `import`. Does that mean that POM cannot have classifiers? Do you have any alternative solution? TIA! -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ --001a11c21a8ca5cb1404dbbadcb1--