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/01/07 10:48:39 UTC

[jira] Updated: (MPARTIFACT-7) Deploy an special artifact (like maven plugins)

The following issue has been updated:

    Updater: Emmanuel Boudrant (mailto:emmanuel.boudrant@free.fr)
       Date: Wed, 7 Jan 2004 3:48 AM
    Comment:
Here the full files : ArtifactDeployer.java, DefaultArtifactDeployer.java, DeployBean.java.

Modification : add an optionnal extension property in DeployBean to specify the extension used for the artifact if it isn't depend from the type.
    Changes:
             Attachment changed to newfiles.zip
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPARTIFACT-7&page=history

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPARTIFACT-7


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPARTIFACT-7
    Summary: Deploy an special artifact  (like maven plugins)
       Type: Improvement

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-artifact-plugin
   Versions:
             1.1

   Assignee: 
   Reporter: Emmanuel Boudrant

    Created: Tue, 6 Jan 2004 7:34 AM
    Updated: Wed, 7 Jan 2004 3:48 AM

Description:
When we want deploy a maven plugin with artifact:deploy there is a problem. The type compute the directory (jars) and the archive extension. The problem appear when the directory is different from the extendion, typically for a maven plugin : type is "plugin" but extension is "jar".

I think it will be usefull to add an optionnal attribute in artifact tags like :

<artifact:deploy 
	artifact="${maven.build.dir}/${maven.final.name}.jar" 
	project="${pom}" 
	type="plugin"
        extension="jar"/>

Thx,
-emmanuel


---------------------------------------------------------------------
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