Re: [M2] Packaging without sources *.java

2006-05-25 Thread Gautham Pamu
Hi Leo, You need an exclude in resources.. META-INF/** com Thanks Gautham Pamu On 5/25/06, Leo L <[EMAIL PROTECTED]> wrote: Hi! When i packaging my ejb or my components which

Re: [M2] Packaging without sources *.java

2006-05-25 Thread Kieran Brady
y, May 25, 2006 3:11 PM Subject: [M2] Packaging without sources *.java Hi! When i packaging my ejb or my components which is a .jar, Maven put all together, .class and sources. What can i do to packaging only compiled classes and not the sources *.java Here is my pom.xml configuration snippet:

[M2] Packaging without sources *.java

2006-05-25 Thread Leo L
Hi! When i packaging my ejb or my components which is a .jar, Maven put all together, .class and sources. What can i do to packaging only compiled classes and not the sources *.java Here is my pom.xml configuration snippet: ... src target/classes src