On Sat, May 22, 2010 at 2:07 PM, Gabriel <[email protected]> wrote: > Hey guys, how can i compile a jar project with the source code included > inside the jar.
Why do you want to do this? The convention in Maven is to produce a separate jar with a -sources classifier. (Not sure if it's still there, but try building with -Prelease to enable the default release profile. You'll see the -sources and -javadoc jars in your repo.) -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
