Oh is it, thnkx for suggestion, Can you let me know how to specify .m2
directory? from command line
Thnkx
sridharl
-Original Message-
From: Wayne Fay [mailto:wayne...@gmail.com]
Sent: Sunday, September 19, 2010 10:14 PM
To: Maven Users List
Subject: Re: mvn execution from browser
>
> By default apache searches in / directory instead of /home directory...
>
> I copied /home/sridharl/.m2 to /.m2
>
> /home/y/libexec/maven/bin/mvn -o -f
> /home/y/share/htdocs/ugc_cloud_qa/pom.xml clean
You should probably use -s /absolute/path/of/settings.xml to specify a
settings.xml file to u
...@yahoo-inc.com]
Sent: Sunday, September 19, 2010 11:00 AM
To: Maven Users List; jus...@justinedelson.com
Subject: RE: mvn execution from browser
Actually I want to execute maven from a browser, that's is the reason I am
invoking mvn hru a system command from a php script. php script c
path, Could you please suggest what could
be the issue?
Thnkx
sridharl
-Original Message-
From: Justin Edelson [mailto:justinedel...@gmail.com]
Sent: Saturday, September 18, 2010 10:46 PM
To: Maven Users List
Subject: Re: mvn execution from browser
This error looks pretty straight forwar
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:
";
system("/home/y/bin/mvn -o -f /home/y/share/htdocs/ugc_cloud_qa/pom.xml clean");
print "";
?>
But I always get error like :
NOTE: Maven is ex
This error looks pretty straight forward. What exactly are you looking
for help with?
Justin
On 9/18/10 10:29 AM, Sridhar Laxmipuram Srinivasan wrote:
> Hi,
> I am trying to execute java maven command thru a php script from browser
>
> Php script:
> print "
>
> ";
> system("/home/y/bin/mvn -o