From issues-return-80236-apmail-maven-issues-archive=maven.apache.org@maven.apache.org Thu Sep 6 16:13:48 2012 Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2495FD08D for ; Thu, 6 Sep 2012 16:13:48 +0000 (UTC) Received: (qmail 70522 invoked by uid 500); 6 Sep 2012 16:13:48 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 70383 invoked by uid 500); 6 Sep 2012 16:13:47 -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 70368 invoked by uid 99); 6 Sep 2012 16:13:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Sep 2012 16:13:47 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.24.159] (HELO codehaus01.managed.contegix.com) (63.246.24.159) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Sep 2012 16:13:42 +0000 Received: from codehaus01 (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 306A6B060A for ; Thu, 6 Sep 2012 11:13:21 -0500 (CDT) Date: Thu, 6 Sep 2012 11:13:21 -0500 (CDT) From: "Marty Phelan (JIRA)" To: issues@maven.apache.org Message-ID: <1233865304.51776.1346948001201.JavaMail.j2ee-jira@codehaus01.managed.contegix.com> Subject: [jira] (MEAR-158) Elements library-directory and env-entry out of sequence in application.xml for JEE 6 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 22cf62d5d84cf5bea94eb3b65e0ebd09 X-Virus-Checked: Checked by ClamAV on apache.org Marty Phelan created MEAR-158: --------------------------------- Summary: Elements library-directory and env-entry out of sequence in application.xml for JEE 6 Key: MEAR-158 URL: https://jira.codehaus.org/browse/MEAR-158 Project: Maven 2.x Ear Plugin Issue Type: Bug Affects Versions: 2.8 Reporter: Marty Phelan Attachments: application.xml, pom.xml When the pom.xml for an JEE 6 EAR project contains plugin configuration entries for both defaultLibBundleDir and env-entries, the resulting elements in application.xml are out-of-sequence per specification. The generated order is env-entry - library-directory. This should be reversed. Attached are two files: the sample pom.xml and resulting application.xml. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira