Always download dependencies with classifier

2010-03-03 Thread Thunder Farmer
Hello All, My problems is that seems Maven always download dependencies with classifier even I specify the version. Is it the expected behavior or some thing goes wrong? Maven version: 2.1.0-M1 Java version: 1.5.0_06 This is first time I ask question on Maven user list. If this is NOT the right

Re: Always download dependencies with classifier

2010-03-03 Thread Wendy Smoak
On Wed, Mar 3, 2010 at 9:44 PM, Thunder Farmer wrote: > My problems is that seems Maven always download dependencies with classifier > even I specify the version. > Is it the expected behavior or some thing goes wrong? > > Maven version: 2.1.0-M1 > Java version: 1.5.0_06 This

Re: Always download dependencies with classifier

2010-03-03 Thread Anders Hammar
ect remote repo for a large project. > > Is it expected behavior of Maven? > > The project is attached. > > Thanks, > Thunder > > > > On Thu, Mar 4, 2010 at 10:51 AM, Wendy Smoak wrote: > >> On Wed, Mar 3, 2010 at 9:44 PM, Thunder Farmer >> wrote: &g

Re: Always download dependencies with classifier

2010-03-04 Thread Thunder Farmer
gt; > The project is attached. > > > > Thanks, > > Thunder > > > > > > > > On Thu, Mar 4, 2010 at 10:51 AM, Wendy Smoak wrote: > > > >> On Wed, Mar 3, 2010 at 9:44 PM, Thunder Farmer < > thunder.far...@gmail.com> > >> wro

Re: Always download dependencies with classifier

2010-03-04 Thread Brendan Sibre
gt; http://repo1.maven.org/maven2/com/informix/ifxjdbc/3.50/ifxjdbc-3.50.pom > > > [INFO] [compiler:compile] > > > > > > Seems it always tries to download the artifact. > > > Though it doesn't really download the jar file, it consume significant > > time

Re: Always download dependencies with classifier

2010-03-04 Thread Thunder Farmer
ing default encoding to copy filtered resources. > > > > Downloading: > > > > > > http://repo1.maven.org/maven2/com/informix/ifxjdbc/3.50/ifxjdbc-3.50.pom > > > > [INFO] [compiler:compile] > > > > > > > > Seems it always tries to download

Re: Always download dependencies with classifier

2010-03-04 Thread Wendy Smoak
On Thu, Mar 4, 2010 at 1:03 AM, Thunder Farmer wrote: > The informix JDBC jar and it's pom file are already in our local repo, and I > have local repo in my setting.xml What is "our" local repo? (Local repos are not meant to be shared. Are you running a repository manager?) How did the jar and

Re: Always download dependencies with classifier

2010-03-04 Thread Wayne Fay
> Might be interesting if Maven provided a way to indicate in your dependency > declaration that you just > want the JAR w/o looking at the POM. No, that wouldn't be interesting, and it would be a really bad idea long-term since it would encourage people to NOT create pom files for artifacts thus