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 B5DF110592 for ; Thu, 20 Jun 2013 19:27:08 +0000 (UTC) Received: (qmail 75485 invoked by uid 500); 20 Jun 2013 19:27:06 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 75413 invoked by uid 500); 20 Jun 2013 19:27: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 75405 invoked by uid 99); 20 Jun 2013 19:27:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jun 2013 19:27:06 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Alan.Buck@pharmacyonesource.com designates 216.82.251.8 as permitted sender) Received: from [216.82.251.8] (HELO mail1.bemta12.messagelabs.com) (216.82.251.8) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jun 2013 19:26:58 +0000 Received: from [216.82.249.147:41925] by server-8.bemta-12.messagelabs.com id B0/06-02708-C5753C15; Thu, 20 Jun 2013 19:26:20 +0000 X-Env-Sender: Alan.Buck@pharmacyonesource.com X-Msg-Ref: server-15.tower-29.messagelabs.com!1371756379!23001533!1 X-Originating-IP: [66.150.160.35] X-StarScan-Received: X-StarScan-Version: 6.9.9; banners=-,-,- X-VirusChecked: Checked Received: (qmail 14831 invoked from network); 20 Jun 2013 19:26:20 -0000 Received: from mail.rph.com (HELO WA1PHOSMAIL01.rph.int) (66.150.160.35) by server-15.tower-29.messagelabs.com with AES128-SHA encrypted SMTP; 20 Jun 2013 19:26:20 -0000 Received: from WA1PHOSMAIL01.rph.int ([10.80.81.15]) by wa1phosmail01 ([10.80.81.15]) with mapi id 14.01.0355.002; Thu, 20 Jun 2013 12:26:19 -0700 From: Alan Buck To: "users@maven.apache.org" Subject: Error adding file-set for 'org.apache.axis2:addressing:mar:1.6.2' to archive Thread-Topic: Error adding file-set for 'org.apache.axis2:addressing:mar:1.6.2' to archive Thread-Index: Ac5t7AmJ1XTPdsdTRVyeSePfmheIiw== Date: Thu, 20 Jun 2013 19:26:18 +0000 Message-ID: <53F9C98D686E674491369F53634DF37727F86D@wa1phosmail01> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.1.54] Content-Type: multipart/alternative; boundary="_000_53F9C98D686E674491369F53634DF37727F86Dwa1phosmail01_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_53F9C98D686E674491369F53634DF37727F86Dwa1phosmail01_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I am a .NET developer who finds himself working in the java world using Mav= en and I'm running into an issue that I haven't found an answer for. I've u= sed Google to look for this and looked back about 3 years in the mailing li= st archives. I've tried different ways to solve this but I think my noobie status with M= aven is becoming a real road block. I've got an java application that uses Maven to build. The application has = a number of modules that are built. One module is concerned with database c= onnectivity and used by some of the other modules. I had a requirement to add web service call to another database to receive = back a Boolean. I used Apache Axis2 for doing this. I had to add the addres= sing .mar file in order to make this work. It included this dependency in t= he pom.xml file for the database connectivity module: org.apache.axis2 addressing ${apache.axis2.version} mar Later in the build process I'm creating a different module that leverages t= he database connectivity module. This module does not have any dependency r= eference to Axis2 in the pom.xml file but I'm getting this error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plug= in:2.2: single (assembly) on project monitor: Failed to create assembly: Error adding file-set for 'org.apache.axis2:addr= essing:mar:1.6.2' to archive: Error adding archived file-set. PlexusIoResourceCollection not found for: C:\Users\alan.buck\.m2\repository\org\apache\axis2\addressing\1.6.2\address= ing-1.6.2.mar: No such archiver: 'mar'. -> [Help 1] [ERROR] >From my Google'ing it seems to be an issue around trying to unpack this .ma= r file. However, I could be really incorrect here with my analysis. Why would the later module try to use/unpack the addressing .mar file and t= hrow this error? Any help would be appreciated. --_000_53F9C98D686E674491369F53634DF37727F86Dwa1phosmail01_--