[ http://jira.codehaus.org/browse/MNG-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Benjamin Bentmann closed MNG-4113. ---------------------------------- Assignee: Benjamin Bentmann Resolution: Duplicate >From "mvn help:effective-pom": {code:xml} <configuration> <tasks> <chmod> <fileset> <include dir="." name="pom.xml" perm="+r" /> </fileset> </chmod> </tasks> </configuration> {code} > Antrun chmod task fails using maven 3 > ------------------------------------- > > Key: MNG-4113 > URL: http://jira.codehaus.org/browse/MNG-4113 > Project: Maven 2 > Issue Type: Bug > Affects Versions: 3.0-alpha-2 > Reporter: Paul Gier > Assignee: Benjamin Bentmann > Attachments: antrun-chmod-issue.zip, output.log > > > I'm not sure if this is an issue in the antrun plugin or a problem with maven > 3. I put it under maven 3 because the antrun plugin works fine using > maven-2.0.10 or 2.1.0. > The problem is that the plugin seems to crash when using the "perm" attribute > of the chmod task. > I attached the debug log and a sample project. -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira