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/06/25 17:55:35 UTC

[jira] Closed: (MPJAR-26) jar:deploy use artifact tags but consider we are under linux/unix system

Message:

   The following issue has been closed.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJAR-26

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAR-26
    Summary: jar:deploy use artifact tags but consider we are under linux/unix system
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-jar-plugin

   Assignee: Brett Porter
   Reporter: Emmanuel Boudrant

    Created: Tue, 1 Jun 2004 6:15 AM
    Updated: Fri, 25 Jun 2004 11:53 AM
Environment: maven-jar-plugin-1.5 + Windows deployement

Description:
The tag artifact is used like this in maven-jar-plugin-1.5 :

    <deploy:artifact
      artifact="${relativePath}"
      type="jars"
      assureDirectoryCommand="mkdir -p"
      siteCommand="cd @deployDirectory@; chmod g+w ${maven.jar.to.deploy}; chgrp ${maven.remote.group} ${maven.jar.to.deploy}"
    />

Why the attribute siteCommand is setted ?
I want to use the property I setted for the artifact plugin, not the old properties : 

maven.remote...

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