Re: Always download dependencies with classifier

2010-03-04 Thread Thunder Farmer
thunder.far...@gmail.com 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 is the right place, but we need

Re: Always download dependencies with classifier

2010-03-04 Thread Brendan Sibre
of Maven? The project is attached. Thanks, Thunder On Thu, Mar 4, 2010 at 10:51 AM, Wendy Smoak wsm...@gmail.com wrote: On Wed, Mar 3, 2010 at 9:44 PM, Thunder Farmer thunder.far...@gmail.com wrote: My problems is that seems Maven always download dependencies

Re: Always download dependencies with classifier

2010-03-04 Thread Thunder Farmer
: On Wed, Mar 3, 2010 at 9:44 PM, Thunder Farmer thunder.far...@gmail.com 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

Re: Always download dependencies with classifier

2010-03-04 Thread Wendy Smoak
On Thu, Mar 4, 2010 at 1:03 AM, Thunder Farmer thunder.far...@gmail.com 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?)

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

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 thunder.far...@gmail.com 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

Re: Always download dependencies with classifier

2010-03-03 Thread Anders Hammar
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 the right place, but we need more information. Can you post a snippet of the build output or error message