Re: Running maven from crontab

2010-08-16 Thread anilreddy76
Thanks for the reply.Will try it out. -- View this message in context: http://maven.40175.n5.nabble.com/Running-maven-from-crontab-tp2473497p2624694.html Sent from the Maven - Users mailing list archive at Nabble.com. - To un

Running maven from crontab

2010-08-13 Thread anilreddy76
I've one shellscript excute.sh which has the maven commands like this #!/bin/bash mvn clean package mvn exec:java -Dexec.mainClass="com.eportfolio.dart.business.EPenCreateICFCDFFile" and I'm calling the above script in crontab for every 1 min like this,but it's not executing. */1 * * * * /hos