RE: mvn execution from browser

2010-09-19 Thread Sridhar Laxmipuram Srinivasan
I resolved the issue Issue was with location of .m2 directory... By default apache searches in / directory instead of /home directory... I copied /home/sridharl/.m2 to /.m2 Now when I executed http://10.66.79.83:7200/ugc_cloud_qa/t.php I got the below:- /home/y/libexec/maven/bin/mvn -o

mvn dependency:tree

2010-09-19 Thread Manos Batsis
To whoever wrote this goal: THANK YOU. Manos - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

[ANN] Maven Linkcheck Plugin 1.0.1 Released

2010-09-19 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven Linkcheck Plugin, version 1.0.1 This plug-in allows you to generate a Linkcheck report of your project's documentation using the Doxia Linkcheck Tool. http://maven.apache.org/plugins/maven-linkcheck-plugin/ You should specify the

Re: mvn execution from browser

2010-09-19 Thread Wayne Fay
By default apache searches in / directory instead of /home directory... I copied /home/sridharl/.m2 to /.m2 font color=white/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

Re: Maven3 RC1: Executing MojoExecutions with PluginManager

2010-09-19 Thread Steffen Grunwald
On Fri, Sep 17, 2010 at 7:35 PM, Olivier Lamy ol...@apache.org wrote: You can have a look at the site plugin 3.x branch [1] to understand how to do it. Hi Olivier, thanks for the pointer. I've done 2 things different in my maven 2 version and I adjusted it according to your Mojo: - I used the

Multi-module goal execution order

2010-09-19 Thread Guillaume Bilodeau
Hi guys, I'm sure this has been discussed before, but I can't seem to find anything related to this subject. I've been working for a while with Maven 2 now, but only with single-module projects. I am now working on a multi-module project with a flat structure and have stumbled on some

RE: mvn execution from browser

2010-09-19 Thread Sridhar Laxmipuram Srinivasan
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

Re: Multi-module goal execution order

2010-09-19 Thread Barrie Treloar
On Mon, Sep 20, 2010 at 10:48 AM, Guillaume Bilodeau gbilod...@yahoo.com wrote: Hi guys, I'm sure this has been discussed before, but I can't seem to find anything related to this subject. I've been working for a while with Maven 2 now, but only with single-module projects.  I am now