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/05/12 06:44:07 UTC

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

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=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
   Versions:
             1.0-rc3

   Assignee: 
   Reporter: Hans Dockter

    Created: Wed, 12 May 2004 12:43 AM
    Updated: Wed, 12 May 2004 12:43 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