The following comment has been added to this issue:

     Author: Miguel Griffa
    Created: Thu, 17 Jun 2004 5:58 PM
       Body:
Silly me, the permissions and filename are inverted 

is 
   chmod file a+rx

should be
   chmod  a+rx file
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPJAR-20?page=comments#action_20780

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJAR-20
    Summary: Wrong permissions on JAR and repository directories.
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 10 minutes
 Time Spent: Unknown
  Remaining: 10 minutes

    Project: maven-jar-plugin

   Assignee: Brett Porter
   Reporter: Yoway Buorn

    Created: Tue, 16 Dec 2003 12:33 PM
    Updated: Thu, 17 Jun 2004 5:58 PM
Environment: Unix.

Description:
jar:deploy-snapshot should chmod -R a+rx the repository directory.  For example, say 
you've got this on your repository:

/maven
  /some-plugin
    /jars
      /some-plugin-1.0.jar

It should do a chmod -R a+rx inside /maven.




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

Reply via email to