Re: target/test-classes priority over target/classes

2009-05-19 Thread Artur Wystub
Put your test resource in src/test/resources so it should work. Felipe Kamakura schrieb: Hello, Does Maven gives priority to classes and resources in target/test-classes over classes and resources in target/classes? I'm asking this because I making a test, and it uses a resource that has the

Generating Class-Path: Entry in /META-INF/Manifest.mf for an EJB

2007-06-06 Thread Artur Wystub
Hi NG, is there a way to let maven generate the Class-Path: Entry in /META-INF/Manifest.mf for an EJB? I have a multi-module project with an ear and an ejb as subprojects and have to put all the names of jars referenced by the ejb manually in the Manifest.mf in META-INF of the ejb. Is there

Export dependant jars

2006-11-06 Thread Artur Wystub
Hello, how can i extract all dependent jar files from maven2 repository while building a jar? Thanks in advance Artur - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]