Is this Maven 1 or Maven 2?
Maven 2
What steps will reproduce the problem?
1. Use template pom attached
2. execute mvn clean install
3.
What is the expected output? What do you see instead?
Instead of Successful compilation I get
Build error:
"[INFO] Exception attempting to run script - compile.sh
Embedded error: Cannot run program
"/media/data/thebaz/projects/[...]/target/compile.sh": java.io.IOException:
error=13, Permission denied"
What version of the product are you using? On what operating system?
Product version: 2.0-beta26
OS Kernel: Linux ... 2.6.28-14-generic #47-Ubuntu SMP Sat Jul 25 00:28:35
UTC 2009 i686 GNU/Linux
OS Distibution: UBUNTU 9.04
Please provide any additional information below.
if I run the generated script (target/compile.sh) via command line I get
same error, if I run the generated script (sh target/compile.sh) it works
Original issue reported on code.google.com by bazzoni....@gmail.com on 1 Aug 2009 at 12:35
Original issue reported on code.google.com by
bazzoni....@gmail.com
on 1 Aug 2009 at 12:35Attachments: