Re: [ALL] Maven magic: creating a test jar

2011-04-04 Thread Gary Gregory
Thank you sir! Gary On Mon, Apr 4, 2011 at 12:33 PM, David Karlsen wrote: > Add this > >org.apache.maven.plugins >maven-jar-plugin > > > >test-jar >

Re: [ALL] Maven magic: creating a test jar

2011-04-04 Thread David Karlsen
Add this org.apache.maven.plugins maven-jar-plugin test-jar 2011/4/4 Gary Gregory

[ALL] Maven magic: creating a test jar

2011-04-04 Thread Gary Gregory
Hi All, For Codec 2 I want to generate a jar file that contains all the unit tests along with the product jar. My goal is be able to use this test jar in our product as a sanity check. In my perfect world, I'd like to have one for each Commons component, but I'll start at home, in [codec] first.