RE: [m2] error downloading resources:resources

2005-06-16 Thread Anil Arora
local repository (eg ~/.m2/repository/commons-configuration/commons-configuration/1.1/commons -configuration-1.1.pom) to comment out the reosurces dependency. In the next release, you could also add an exclusion to the dependency. - Brett On 6/16/05, Anil Arora <[EMAIL PROTECTED]> wrote: > I

RE: [m2] error downloading resources:resources

2005-06-16 Thread Anil Arora
itory/commons-configuration/commons-configuration/1.1/commons -configuration-1.1.pom) to comment out the reosurces dependency. In the next release, you could also add an exclusion to the dependency. - Brett On 6/16/05, Anil Arora <[EMAIL PROTECTED]> wrote: > I'm getting the following

[m2] error downloading resources:resources

2005-06-15 Thread Anil Arora
I'm getting the following error when I try to run any goal using maven. [INFO] [INFO] Building interlace.util [INFO] [INFO] maven-jar-p

RE: Why I hate Maven :-)

2005-06-14 Thread Anil Arora
Your counter point of having multiple artifacts per project is still a little troubling. I think the example of ejb, taglib, etc. is good when you're thinking about that level of granularity. In our application, we have quite a few files which can be customized by a customer. So, it doesn't ma

RE: Migrating to Maven

2005-04-09 Thread Anil Arora
ocal repository loop. Why don't you want to install the artifacts? Milos On Apr 9, 2005 1:05 AM, Anil Arora <[EMAIL PROTECTED]> wrote: > I set up my multiproject using the dependency as specified, but I get > the following error when

RE: Migrating to Maven

2005-04-09 Thread Anil Arora
al Message- From: baleineca [mailto:[EMAIL PROTECTED] Sent: Friday, April 08, 2005 7:30 PM To: Maven Users List Subject: Re: Migrating to Maven Anil Arora wrote: > And with multiproject, the > dependency version should be centralized. I guess the only way to do > this is to use the jar

RE: Migrating to Maven

2005-04-08 Thread Anil Arora
Thanks, Anthony. This was very helpful. I've started a prototype of a maven build environment on top of our existing one. My goal is to not change anything, with the exception of a few minor tweaks. Moving src files around is not much of an option right now. I also did a bit of searching to lo

Migrating to Maven

2005-04-07 Thread Anil Arora
I'm currently doing a small evaluation of maven for our build environment. However, I'm having some issues with mapping how we currently doing things to how maven does things. So I'm hoping that someone out there may have some good ideas on how we could migrate to maven without completely changin