Re: how to generate -sources.jar on install/deploy

2006-06-28 Thread Stephen Duncan
If you only want to do it sometimes, you can do it without modifications by running: "mvn package -DperformRelease=true" - Stephen On 6/28/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: Hello, I'd like my projects to automatically generate the -sources.jar when running mvn install or deploy.

Re: how to generate -sources.jar on install/deploy

2006-06-28 Thread Nicolas De Loof
Works fine, thanks for quick reply ! Jochen Wiedmann a écrit : On 6/28/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: I'd like my projects to automatically generate the -sources.jar when running mvn install or deploy. I've lokked for this at maven-sources-plugin but there is no doc. How to in

Re: how to generate -sources.jar on install/deploy

2006-06-28 Thread Jochen Wiedmann
On 6/28/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: I'd like my projects to automatically generate the -sources.jar when running mvn install or deploy. I've lokked for this at maven-sources-plugin but there is no doc. How to include sources jars in my build process ? org