RE: Version Management

2007-08-16 Thread Vaishali.Pande
Yes, Maven can be used as a Version management tool. The first time written POM file should have the version number and all other file can include a relative path for the versions later on. Thanks and Regards Vaishali G.P. | Cognizant Technology Solutions, Pune-India | PSTN: +9120 40051735 | VN

RE: Where can i find the list of maven goals and phases along with examples

2007-08-02 Thread Vaishali.Pande
Go through the same link: http://maven.apache.org and start with a Maven in 20 minutes(the provided link).I guess there are some other link also which includes the examples and goals required. -Original Message- From: Haraprasad [mailto:[EMAIL PROTECTED] Sent: Thursday, August 02, 2007

RE: Julia Vilke/Moscow/Canon/FI is out of the office.

2007-07-24 Thread Vaishali.Pande
Brilliant idea, instead of mailing it to all, we can put a request on behalf of all the users to [EMAIL PROTECTED] (correct me if I am wrong.) Thanks and Regards Vaishali G.P. | Cognizant Technology Solutions, Pune-India | PSTN:+91 20 40222666 | VNet: 204703 | "Your duty is to Be" And not to be t

RE: Failed to validate POM warning

2007-07-12 Thread Vaishali.Pande
Hi, There can be two reasons for the scenario: 1. If you are working with the global repo; then your specific (SapiensCommonsCore) dependencies which might not be found by the POM (ObjetTrouveService). So you can provide a relative path for the same in your ObjetTrouveService POM file.

RE: Jar truncated on download

2007-07-12 Thread Vaishali.Pande
Check for your proxy settings if you are working on a restricted network. There might be some runtime dependencies which are not getting downloaded meanwhile you are downloading the artifact; which results in the reduced size of the downloaded jar file. thanks,

Building using Maven tool

2007-03-06 Thread Vaishali.Pande
Hi, Can anybody of the Maven Users group help me resolve the issue. I am trying to build a java project with Maven2.And stuck with some package not found error at compile time.The required package includes all the jars and libs , even I have kept it inside the project directory structure ,M

Internal error during launching.

2007-03-04 Thread Vaishali.Pande
Hi all, Thanks to all for responding to the previous posts. Hope this one will also be responded soon, I am getting an internal launching error while trying to run any of the goals from within Eclipse. The same script is working fine while I am trying it from Command Prompt. Can anyb