You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/07/23 08:23:12 UTC

[jira] Closed: (MAVEN-1276) Enabling the setting of a fileextension for a dependency

Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Fri, 23 Jul 2004 2:23 AM

is handled by type. Argument too long for JIRA - see mail archives
---------------------------------------------------------------------
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: Closed
   Priority: Major
 Resolution: WON'T FIX

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Versions:
             1.0-rc3

   Assignee: 
   Reporter: Hans Dockter

    Created: Wed, 12 May 2004 12:43 AM
    Updated: Fri, 23 Jul 2004 2:23 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org