On Thu, Aug 28, 2008 at 9:47 AM, raja72 <[EMAIL PROTECTED]> wrote: > I'm trying to compile an utility jar file with source code and add it the > local repository using maven.
Try specifying your 'src' directory in <resources> so that it will get copied into your jar. If you have anything in src/main/resources that is currently getting copied you'll need to add that also. Once you specify <resources> in the pom you lose the default. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
