RE: Dependencies not getting resolved even after install

2006-07-30 Thread Kapil Gupta\(CT\)
:50 PM To: Maven Users List Subject: Re: Dependencies not getting resolved even after install Maven uses poms to tell it information about an artifact -- its version, dependencies, etc. So Maven always needs a pom for all artifacts. Installing a third-party artifact with install-file will *only

Re: Dependencies not getting resolved even after install

2006-07-29 Thread Wayne Fay
Maven uses poms to tell it information about an artifact -- its version, dependencies, etc. So Maven always needs a pom for all artifacts. Installing a third-party artifact with install-file will *only* copy the jar file to the proper directory in your local Maven repo. Then when you run Maven