Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CF32A200B11 for ; Sun, 15 May 2016 01:04:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C32CE160A1A; Sat, 14 May 2016 23:04:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 154DA160969 for ; Sun, 15 May 2016 01:04:13 +0200 (CEST) Received: (qmail 73087 invoked by uid 500); 14 May 2016 23:04:13 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 73070 invoked by uid 99); 14 May 2016 23:04:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 May 2016 23:04:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E1C6B2C14F8 for ; Sat, 14 May 2016 23:04:12 +0000 (UTC) Date: Sat, 14 May 2016 23:04:12 +0000 (UTC) From: "Michael Osipov (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MASSEMBLY-643) descriptorSourceDirectory: parameter isn't used MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 14 May 2016 23:04:15 -0000 [ https://issues.apache.org/jira/browse/MASSEMBLY-643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15283711#comment-15283711 ] Michael Osipov commented on MASSEMBLY-643: ------------------------------------------ Confirmed with 3.0-SNAPSHOT but this is not a bug. There is nothing mentioned that both parameters are chained. They are completely standalone. Wrong assumptions were made. I am inclined to close this one. > descriptorSourceDirectory: parameter isn't used > ----------------------------------------------- > > Key: MASSEMBLY-643 > URL: https://issues.apache.org/jira/browse/MASSEMBLY-643 > Project: Maven Assembly Plugin > Issue Type: Bug > Affects Versions: 2.4 > Reporter: Arnaud HERITIER > > I configure the plugin with something like this : > {code} > > org.apache.maven.plugins > maven-assembly-plugin > > > plf-standalone-enterprise-tomcat-distribution-content.xml > > src/main/assemblies > > > {code} > But it doesn't find the descriptor (using its filename or its ID) > {code} > [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-assembly-plugin:2.4:single' with basic configurator --> > .... > [DEBUG] (s) descriptorSourceDirectory = /Users/arnaud/Code/eXo/platform-distributions/plf-enterprise-tomcat-standalone/src/main/assemblies > [DEBUG] (s) descriptors = [plf-standalone-enterprise-tomcat-distribution-content.xml] > .... > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.4:single (plf-standalone-tomcat-distribution-content) on project plf-enterprise-tomcat-standalone: Error reading assemblies: Error locating assembly descriptor: plf-standalone-enterprise-tomcat-distribution-content.xml > [ERROR] > [ERROR] [1] [INFO] Searching for file location: /Users/arnaud/Code/eXo/platform-distributions/plf-enterprise-tomcat-standalone/plf-standalone-enterprise-tomcat-distribution-content.xml > [ERROR] > [ERROR] [2] [INFO] File: /Users/arnaud/Code/eXo/platform-distributions/plf-enterprise-tomcat-standalone/plf-standalone-enterprise-tomcat-distribution-content.xml does not exist. > [ERROR] > [ERROR] [3] [INFO] File: /Users/arnaud/Code/eXo/platform-distributions/plf-enterprise-tomcat-standalone/plf-standalone-enterprise-tomcat-distribution-content.xml does not exist. > {code} > I simplified the config (I'll need to create an it) in my case i was using a 2nd assembly coming from the classpath -- This message was sent by Atlassian JIRA (v6.3.4#6332)