Re: Maven Dependency Type

2012-10-29 Thread Hervé BOUTEMY
uyou can have a look at http://maven.apache.org/ref/3.1-SNAPSHOT/maven- core/artifact-handlers.html for a reference of default types and classifiers Regards, Hervé Le jeudi 25 octobre 2012 20:09:58 John Kramer a écrit : Hey guys, I have a question regarding the maven dependencies section.

Re: Maven Dependency Type

2012-10-29 Thread John Kramer
Thank you. That's exactly what I was looking for. John Kramer email: jkra...@mojiva.com mobile: 314.435.2370 skype: kramer.mojiva twitter: @KramerKnowsTech https://twitter.com/KramerKnowsTech 0xCAFEBABE0032 On 10/29/12 13:54 PM, Hervé BOUTEMY herve.bout...@free.fr wrote: uyou can

Re: Maven Dependency Type

2012-10-26 Thread Jörg Schaible
Hi John, John Kramer wrote: Hey guys, I have a question regarding the maven dependencies section. In order to put a dependency on a test jar, is it correct to specify typetest-jar/type or typetest/type? test-jar, test does not exist. However, I typically declare always both: type and

AW: Maven Dependency Type

2012-10-26 Thread christofer.d...@c-ware.de
: Donnerstag, 25. Oktober 2012 22:09 An: Maven Users List Betreff: Maven Dependency Type Hey guys, I have a question regarding the maven dependencies section. In order to put a dependency on a test jar, is it correct to specify typetest-jar/type or typetest/type? I specified a dependency on project bar

Re: AW: Maven Dependency Type

2012-10-26 Thread John Kramer
Hi Chris and everyone, the problem is that Eclipse doesn't know any difference between the normal classpath of an application and a test classpath that includes tests. For eclipse everything (application and test classes) are thrown into one basket. That's why you are able to build in Eclipse.

Maven Dependency Type

2012-10-25 Thread John Kramer
Hey guys, I have a question regarding the maven dependencies section. In order to put a dependency on a test jar, is it correct to specify typetest-jar/type or typetest/type? I specified a dependency on project bar from project foo using typetesttest in a dependency section and the maven