Re: How to disable Test during build

2008-02-07 Thread Arun P Johny
Hi, Thanks Rahul Is there a way to pass the value through pom.xml file. Because I don't want to pass the value every time as a command line argument Thank you Rahul Thakur wrote: pass property -Dmaven.test.skip=true Rahul Arun P Johny wrote: Hi, Can anybody tell me how to disable

Re: How to disable Test during build

2008-02-07 Thread Arun P Johny
Hi all, Thanks for the help. I added maven.test.skiptrue/maven.test.skip to my .m2/conf/settings.xml active profile. It is working fine now Thank again for all your help Arun P Johny wrote: Hi, Can anybody tell me how to disable execution of test phase during maven2 build. I'm using

How to disable Test during build

2008-02-06 Thread Arun P Johny
Hi, Can anybody tell me how to disable execution of test phase during maven2 build. I'm using maven 2.0.7 I don't want the test phase to execute when I gaves mvn release:prepare and mvn release:perform Thank You, Arun -

Need the value of ${maven.compiler.target} in ant task

2007-08-25 Thread Arun P Johny
Hi all, In my pom.xml, I've configured plugins as shown below. The ant task will execute a war-build.xml file. My problem is I need the values of ${maven.compiler.target} inside my war-build.xml, is it possible. With this configuration I'm not getting the value What are the changes

Trying to compile using jav 1.3 when I've 1.5

2007-08-10 Thread Arun P Johny
maven 2.0.7 and I've Java 1.5 installed in my system. I'm failed to understand why maven is trying to compile using 1.3 when I've 1.5. Can anyone help me. Thank you Arun P Johny - To unsubscribe, e-mail: [EMAIL PROTECTED

How to hide my proxy password while setting up proxy server

2007-06-29 Thread Arun P Johny
/host port8080/port nonProxyHostslocal.net,some.host.com/nonProxyHosts /proxy /proxies It is working fine, I have to Keep my password without any encryption. It causes some security risk. Is there a way to encrypt my password. Thank you, Arun P Johny

Re: password argument is null. scm ext connection

2007-06-11 Thread Arun P Johny
Hi, I'm using SSH and I created an environment variable CVS_RSH which point to the ssh.exe. It worked thank you With Regards, Arun P Johny Emmanuel Venisse wrote: What do you use foe ext connection? ssh? You can set CVS_RSH on your OS to ssh or what you use. Emmanuel Arun P Johny

password argument is null. scm ext connection

2007-06-06 Thread Arun P Johny
? How to set the value of property 'maven.scm.cvs.java.cvs_rsh' and what it should be? or How to set the value of 'CVS_RSH' and what it should be? Regards, Arun P Johny - To unsubscribe, e-mail: [EMAIL PROTECTED

SSH2 Connection error. password argument is null

2007-06-05 Thread Arun P Johny
the error is, it is trying to use SSH2 protocol to connect to my CVS. I have configured putty for the connection. The connection was working fine in January, but now it is not working. I don't know why it is not working. Can help on this With Regards, Arun P Johny -Error Downloading: http

How to release a project from CVS Branch

2007-06-03 Thread Arun P Johny
using cvs co -r Branch_7_5 Common. Now i want to modify my pom.xml so that it will point to the branched Common project. Can any one tell me how should i modify my scm connection With Regards, Arun P johny

scm Configuration for CVS Branch

2007-05-24 Thread Arun P Johny
developerConnectionscm:cvs:ext:[EMAIL PROTECTED]:/var/lib/cvs/root:Test/developerConnection tagRELEASE_7_4_18RC6/tag /scm I'm using PUTTY as a ssh client with private key Thanks for any help Arun P Johny - To unsubscribe, e-mail: [EMAIL PROTECTED