Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 78819 invoked from network); 7 Mar 2008 23:31:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2008 23:31:24 -0000 Received: (qmail 64319 invoked by uid 500); 7 Mar 2008 23:31:14 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 64250 invoked by uid 500); 7 Mar 2008 23:31:14 -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 64235 invoked by uid 99); 7 Mar 2008 23:31:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2008 15:31:13 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mdiggory@gmail.com designates 72.14.204.230 as permitted sender) Received: from [72.14.204.230] (HELO qb-out-0506.google.com) (72.14.204.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2008 23:30:35 +0000 Received: by qb-out-0506.google.com with SMTP id e21so657734qba.0 for ; Fri, 07 Mar 2008 15:30:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=obR+NBzJoftJmYWot1nLrJNGE9PmWTnfeqsCxqP02D0=; b=UnHcQQ70w4qVH8pOA7uO+xRNzusy4f0wxCSMtFYH37e91Ziyz8Dv2q8fJSWlt2EI3sWgYdbde9EMCLk7JbSRtAh0TA7YdlpccK4Ddi3rLVmB7oiRY9vh8QQPX6sIVu4K9T3b3QoBOt7aiK8PSea+N36ybAvOQCY4KE/sHa9oKw0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=dTcLsZM4aM7fL8lIkCYpXlnRIbXmTfie0oLGoUTNCqmj4HId3toxB3Yootc5qKj3/951QreihvPRukP1uJ8f5J5/E876hvy5T8S/6H7exQ3SexmvjMyvF5muQiMHVlWybVYK2vYYgINn0jT2dTsSz4XaXG9Hmy2th9/W7vhxhQI= Received: by 10.65.112.5 with SMTP id p5mr2770488qbm.52.1204932644781; Fri, 07 Mar 2008 15:30:44 -0800 (PST) Received: by 10.65.122.5 with HTTP; Fri, 7 Mar 2008 15:30:44 -0800 (PST) Message-ID: Date: Fri, 7 Mar 2008 15:30:44 -0800 From: "Mark Diggory" To: "Maven Users List" Subject: Re: [ANN] Maven Assembly Plugin 2.2-beta-2 Released In-Reply-To: <6AE4DA38-C1CD-4517-8F50-D77DE917CF24@apache.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1745_12389815.1204932644773" References: <6AE4DA38-C1CD-4517-8F50-D77DE917CF24@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_1745_12389815.1204932644773 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline We are having problems with mavenn 2.0.8 and maven-assebly-plugin-2.2-beta-2 we can't seem to resolve the new ${modules.artifactId} properties... for instance... *:war:* .... org.dspace:dspace-oai-webapp false webapps ${module.artifactId } fails to return the name of the current module being processed. This is with a fresh download of maven 2.0.8 and a fresh recreation of my local repository that I tested today. All the modules get dumped over top of eachother and are not separated by their artifactId. If I remove the outputFileNameMapping, they do get separated and the documented default ${module.artifactId}-${module.version}${dashClassifier?}.${module.extension }. gets used appropriately. thanks for any advice, -Mark On Fri, Feb 29, 2008 at 4:04 PM, John Casey wrote: > The Maven team is pleased to announce the release of the Maven > Assembly Plugin, version 2.2-beta-2 > > This plugin is used to build custom archives, such as those used to > distribute project releases. > > http://maven.apache.org/plugins/maven-assembly-plugin/ > > You can run mvn -up to get the latest version of the plugin, or specify > the version in your project's plugin configuration (recommended): > > > org.apache.maven.plugins > maven-assembly-plugin > 2.2-beta-2 > > > > Release Notes - Maven 2.x Assembly Plugin - Version 2.2-beta-2 > > (See: http://jira.codehaus.org/secure/ReleaseNote.jspa? > projectId=11126&styleName=Text&version=14027) > > > ** Bug > * [MASSEMBLY-121] - Custom manifest attributres are ignored. > * [MASSEMBLY-129] - BaseDirectory Ignored When Including a > Repository > * [MASSEMBLY-156] - appendAssemblyId cannot be false > * [MASSEMBLY-162] - In a multiproject environment, assembly > takes wrong dependencies > * [MASSEMBLY-163] - In a multiproject environment Assembly > causes many unneded rebuilds > * [MASSEMBLY-178] - filtering doesn't read filter files > * [MASSEMBLY-179] - Assembled jar includes artifact names in path > * [MASSEMBLY-180] - A bug in artifact filtering ( maven-common- > artifact-filters ) > * [MASSEMBLY-183] - assembly:attached does not work with filter- > ERROR: Cannot override read-only parameter > * [MASSEMBLY-184] - components are not interpolated - i.e., $ > {params} are not substituted > * [MASSEMBLY-188] - manifestEntries are not set in resulting jar > * [MASSEMBLY-189] - plugin not correctly interpolating POM > variables like project.build.directory > * [MASSEMBLY-194] - unnecessary dependency expansion regression > * [MASSEMBLY-195] - unpackOptions ignored > * [MASSEMBLY-197] - 2.2-beta-1 regression, project artifact no > longer included in > * [MASSEMBLY-208] - Assembly plugin does not resolve version > ranges correctly > * [MASSEMBLY-210] - repository does not include the parent pom > * [MASSEMBLY-212] - Assembly Descriptor Schemas (XSD) have wrong > targetNamespace > * [MASSEMBLY-214] - java.lang.NullPointerException: version was > null for junit:junit > * [MASSEMBLY-221] - Filtering doesn't work when a file matches > both a and a > * [MASSEMBLY-222] - 2.2-beta-1 regression in assembly descriptor > interpolation > * [MASSEMBLY-223] - 2-nd element of > : doesn't work > * [MASSEMBLY-225] - Not a v4.0.0 POM > * [MASSEMBLY-226] - Filters as read-only parameter can break the > assembly build of a multi-module project > * [MASSEMBLY-232] - NPE - MASSEMBLY-222 fix broken? > * [MASSEMBLY-233] - Custom ContainerDescriptorHandler > integration tests don't work in Maven 2.0.7 > * [MASSEMBLY-234] - Artifacts not deployed > * [MASSEMBLY-235] - dependencySet ignores dependency management > * [MASSEMBLY-250] - Trunk of assembly plugin broken and not in > synch with deployed 2.2-beta2-SNAPSHOT ? > * [MASSEMBLY-254] - Not a v4.0.0 POM Still an Issue > * [MASSEMBLY-257] - OutOfMemoryError when assembling large > binary file > * [MASSEMBLY-262] - unit fail in trunk on windows (need upgrade > of plexus-utils) > * [MASSEMBLY-266] - Property expansion does not work for $ > {project.build.finalName} in descriptor file > * [MASSEMBLY-277] - NullPointerException > * [MASSEMBLY-282] - Fix failing IT no-appendAssemblyId-no- > classifier > > ** Improvement > * [MASSEMBLY-136] - outputDirectory to support absolute paths > * [MASSEMBLY-142] - Should be able to use artifact version as > variable in > * [MASSEMBLY-152] - Support Ant token > * [MASSEMBLY-154] - FileSet does not support filtering > * [MASSEMBLY-182] - document behavior when two sources selected > for single archived file > * [MASSEMBLY-258] - Sync usage guide with Maven standard > directory layout > * [MASSEMBLY-261] - Use plexus-archiver 1.0-alpha-10 > * [MASSEMBLY-267] - Configure surefire to redirect test output > to file > * [MASSEMBLY-274] - descriptorSourceDirectory should only scan > for xml files. > * [MASSEMBLY-275] - Use properties to select IT pom includes > * [MASSEMBLY-278] - Do not fail on missing descriptors > * [MASSEMBLY-279] - Small improvement to error messages > > ** New Feature > * [MASSEMBLY-73] - Sharing a default assembly descriptor across > sub modules > * [MASSEMBLY-243] - Support for patching > > ** Task > * [MASSEMBLY-283] - Fix IT dependencySet-unpackedExcludingMetaInf > > > > Enjoy, > > -The Maven team > > --- > John Casey > Committer and PMC Member, Apache Maven > mail: jdcasey at commonjava dot org > blog: http://www.ejlife.net/blogs/john > rss: http://feeds.feedburner.com/ejlife/john > > > ------=_Part_1745_12389815.1204932644773--