On 09/18/2010 05:29 PM, Sridhar Laxmipuram Srinivasan wrote:
Hi,
I am trying to execute java maven command thru a php script from browser

Php script:
<?php
print "
<body bgcolor=black>
<font color=white>";
system("/home/y/bin/mvn -o -f /home/y/share/htdocs/ugc_cloud_qa/pom.xml clean");
print "</font>";
?>

But I always get error like :
NOTE: Maven is executing in offline mode. Any artifacts not already in your 
local
repository will be inaccessible.

Remove the "-o" parameter. Read the documentation.

Manos

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to