Hello,
I am trying to build a multi-module project. One module (core) is needed by another
module.
When I run mvn install, a jar with the core module is built, but it doesn't contain
the test classes, and I need them to be included. I've search through the
maven-jar-plugin site but nothing seems to do the trick.
I've already used a few assemblies and I guess I could use this to build the jar I
need, but then, the install command wouldn't use it automatically (right?).
Anybody knows how to specify what's supposed to be included in the jar? Or is there
another way to include my test classes in the jar?
Thanks a lot,
Sebastien
--
Sebastien Pennec
[EMAIL PROTECTED]
LOGBack: the generic, reliable, fast and flexible logging library for Java.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]