release:perform checkout of source does not preserve bin +x permission ----------------------------------------------------------------------
Key: MRELEASE-376 URL: http://jira.codehaus.org/browse/MRELEASE-376 Project: Maven 2.x Release Plugin Issue Type: Bug Environment: linux Reporter: Kathleen McCandless Attachments: dist.xml, pom.xml I have with the release plugin in that when it does the "checkout" during release:perform, execute permission is not perserved on my executables in my bin directory. I use the assembly plugin, and doing: assembly:assembly I get the proper permissions, also, when I execute the same CVS command that the release plugin tells me it is doing: cvs -z3 -f -d :ext:[EMAIL PROTECTED]:/app/VBL/CVS -q checkout -r vbl_1_6_13a -d checkout virtual-beam-line The permissions are also correct (+x). I am wondering if someone might be able to help me with a workaround so I don't have to keep timing the chmod in the middle of release:perform by hand. Is there a way to invoke a command inbetween the CVS checkout and when the tests get run? I'm not sure how to extend it. See attached pom.xml, and dist.xml where I put in my assembly settings. -- 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