Re: How Do I Deploys The Sources To The Repository

2006-11-10 Thread franz see
Good day, I'd just like to add that the performRelease property in itself is not documented. But you can take a look at [1] about the Super POM. Furthermore, the thing that actually adds the source codes is maven-sources-plugin which Bram mentioned. For more info about that plugin, kindly take

Re: How Do I Deploys The Sources To The Repository

2006-11-09 Thread Adam Hardy
[EMAIL PROTECTED] wrote: Adam Hardy [EMAIL PROTECTED] wrote on 11/08/2006 02:32:34 [EMAIL PROTECTED] wrote: mvn -DperformRelease=true deploy and you get both source and javadoc jars in the repository along with the main artifact. It also works with the install target. Very interesting. I

RE: How Do I Deploys The Sources To The Repository

2006-11-09 Thread Yves Van Steen
17:20 Aan: Maven Users List; [EMAIL PROTECTED] Onderwerp: Re: How Do I Deploys The Sources To The Repository Yves Van Steen [EMAIL PROTECTED] wrote on 11/07/2006 09:58:46 AM: I can generate a jar containing the source files of a project. But how do I configure it to deploy the source jar

RE: How Do I Deploys The Sources To The Repository

2006-11-09 Thread Yves Van Steen
-Oorspronkelijk bericht- Van: Yves Van Steen [mailto:[EMAIL PROTECTED] Verzonden: donderdag 9 november 2006 15:33 Aan: 'Maven Users List' Onderwerp: RE: How Do I Deploys The Sources To The Repository Hey greg, Sorry for this wrong information it does seem to work with the install goal

Re: How Do I Deploys The Sources To The Repository

2006-11-08 Thread Adam Hardy
[EMAIL PROTECTED] wrote: Yves Van Steen [EMAIL PROTECTED] wrote on 11/07/2006 09:58:46 AM: I can generate a jar containing the source files of a project. But how do I configure it to deploy the source jar to the repo? I need this because I would like to use the download sources setting of the

Re: How Do I Deploys The Sources To The Repository

2006-11-08 Thread Greg_Vaughn
Adam Hardy [EMAIL PROTECTED] wrote on 11/08/2006 02:32:34 PM: [EMAIL PROTECTED] wrote: Yves Van Steen [EMAIL PROTECTED] wrote on 11/07/2006 09:58:46 AM: I can generate a jar containing the source files of a project. But how do I configure it to deploy the source jar to the repo? I

RE: How Do I Deploys The Sources To The Repository

2006-11-07 Thread Bram de Kruijff
Hi Yves, try this : mvn clean source:jar install regards, Bram -Original Message- From: Yves Van Steen [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 4:59 PM To: 'Maven Users List' Subject: How Do I Deploys The Sources To The Repository Hey, I can

Re: How Do I Deploys The Sources To The Repository

2006-11-07 Thread Greg_Vaughn
Yves Van Steen [EMAIL PROTECTED] wrote on 11/07/2006 09:58:46 AM: I can generate a jar containing the source files of a project. But how do I configure it to deploy the source jar to the repo? I need this because I would like to use the download sources setting of the eclipse plugin for