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 265BCE57A for ; Tue, 4 Dec 2012 18:15:09 +0000 (UTC) Received: (qmail 31926 invoked by uid 500); 4 Dec 2012 18:15:07 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 31825 invoked by uid 500); 4 Dec 2012 18:15:06 -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 31814 invoked by uid 99); 4 Dec 2012 18:15:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2012 18:15:06 +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 maven.2.user@gmail.com designates 74.125.82.45 as permitted sender) Received: from [74.125.82.45] (HELO mail-wg0-f45.google.com) (74.125.82.45) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2012 18:14:59 +0000 Received: by mail-wg0-f45.google.com with SMTP id dq12so2288144wgb.24 for ; Tue, 04 Dec 2012 10:14:38 -0800 (PST) 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=+dUWkR4iPq3pNvIjK1zH9I/UuJ2EhAg1agL3NBmxVNQ=; b=woiB1lFDDh9E1w27S8BkRoeODz7bJ/HU5MfKhx+RTVUSerIIOD1juWjBQE43KPRkwN EMHjR1ps8WFVNkY5EhQCEpDUrb7UBSRQCUg6jmneZx+ZRei/syHAGi4a62a6jHQJXtrr k4vDHqNoJEprI0AmqMyx3v3/IK8RMjMIzJjkYytuYAy/47TRC6Opv3gN8ygf5Vh1kXrD aGFQO6uDqibX5dTn1rrxyF63wmlTSfqfyWp6Un4qEVeLFVZ5gGPgZPYt1hbKUGaAWmdF waA1UGe5WeNnfhC6oOIoSWV3BgiZ1tJDn581dFpt5Qfh/Yd5t2Q3/u6jAiadExoSFSgY h1zg== MIME-Version: 1.0 Received: by 10.180.99.71 with SMTP id eo7mr6074149wib.11.1354644878600; Tue, 04 Dec 2012 10:14:38 -0800 (PST) Received: by 10.194.43.66 with HTTP; Tue, 4 Dec 2012 10:14:38 -0800 (PST) Date: Tue, 4 Dec 2012 13:14:38 -0500 Message-ID: Subject: Sharing assembly descriptors From: Maven User To: Maven Users List Content-Type: multipart/alternative; boundary=f46d044283a8c928f404d00ad64e X-Virus-Checked: Checked by ClamAV on apache.org --f46d044283a8c928f404d00ad64e Content-Type: text/plain; charset=ISO-8859-1 Hi all - I'm trying to share assembly descriptors between two projects. But I'm having an issue when one of the shared assembly descriptors also has a componentDescriptor. I can reference the assembly descriptor as a ref item, but it can't find the componentDescriptor. Is there a componentDescriptorRef or something else I should be using? --f46d044283a8c928f404d00ad64e--