The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Wed, 26 May 2004 9:08 AM Changes: Fix Version changed to 1.1 --------------------------------------------------------------------- For a full history of the issue, see:
http://jira.codehaus.org/browse/MAVEN-1276?page=history --------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MAVEN-1276 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-1276 Summary: Enabling the setting of a fileextension for a dependency Type: Improvement Status: Unassigned Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven Fix Fors: 1.1 Versions: 1.0-rc3 Assignee: Reporter: Hans Dockter Created: Wed, 12 May 2004 12:43 AM Updated: Wed, 26 May 2004 9:08 AM Description: <dependency> <groupId>jboss</groupId> <artifactId>jboss</artifactId> <jar>JBoss-3.2.3.zip</jar> <version>3.2.3</version> <type>distribution</type> </dependency> If the type of the dependency is different from the file extension of the artifact the only workaround is to specify the complete name of the artifact via the <jar> tag. It would be an improvement to offer an additional way of dealing with this situation. One could introduce an optional <fileextension>-tag. Than the information of the <groupid> and <artifactid> could be used for determining the filename. If the <fileextension> tag is not explicitly set, the behavior is the same as now. <dependency> <groupId>jboss</groupId> <artifactId>jboss</artifactId> <fileextension>zip</fileextension> <version>3.2.3</version> <type>distribution</type> </dependency> --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]