On Fri, Nov 14, 2008 at 4:59 AM, <[EMAIL PROTECTED]> wrote: > Whenever I do an mvn install, it creates a Xyz-sources.jar and takes a lot of > time creating that jar. > I am not interested in the sources jar. How do I avoid that step during the > install of a project ?
Put the configuration for the sources plugin in a profile, and only activate it when you need it. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
