RE: How to deploy source jar generated by source plug-in into repository when running mvn deploy?

2007-05-10 Thread Barrett Nuzum
Users List Subject: Re: How to deploy source jar generated by source plug-in into repository when running mvn deploy? Hmm.. yeah it makes more sense. Thanks for correcting me :) - Deng Stephane Nicoll wrote: On 5/9/07, Maria Odea Ching [EMAIL PROTECTED] wrote: Try mvn deploy:deploy-file

Re: How to deploy source jar generated by source plug-in into repository when running mvn deploy?

2007-05-10 Thread Stephane Nicoll
friendly From: Maria Odea Ching [mailto:[EMAIL PROTECTED] Sent: Wed 5/9/2007 9:01 PM To: Maven Users List Subject: Re: How to deploy source jar generated by source plug-in into repository when running mvn deploy? Hmm.. yeah it makes more sense. Thanks

Re: How to deploy source jar generated by source plug-in into repository when running mvn deploy?

2007-05-09 Thread Maria Odea Ching
Try mvn deploy:deploy-file :-) http://maven.apache.org/plugins/maven-deploy-plugin/deploy-file-mojo.html - Deng JesseLiu wrote: Hi,all How to deploy source jar generated by source plug-in into repository when running mvn deploy? !DSPAM:602,4641443a36371546544105!

Re: How to deploy source jar generated by source plug-in into repository when running mvn deploy?

2007-05-09 Thread Tomasz Pik
On 5/9/07, JesseLiu [EMAIL PROTECTED] wrote: Hi,all How to deploy source jar generated by source plug-in into repository when running mvn deploy? For SNAPSHOT versions right? Try mvn -DperformRelease=true deploy Regards, Tomek

Re: How to deploy source jar generated by source plug-in into repository when running mvn deploy?

2007-05-09 Thread Stephane Nicoll
On 5/9/07, Maria Odea Ching [EMAIL PROTECTED] wrote: Try mvn deploy:deploy-file :-) ? Not sure it's the right advice. If you want to deploy the source within the standard deploy phase, you need to bind the source plugin to the lifecycle. To do so, configure the source plugin as follows:

Re: How to deploy source jar generated by source plug-in into repository when running mvn deploy?

2007-05-09 Thread Maria Odea Ching
Hmm.. yeah it makes more sense. Thanks for correcting me :) - Deng Stephane Nicoll wrote: On 5/9/07, Maria Odea Ching [EMAIL PROTECTED] wrote: Try mvn deploy:deploy-file :-) ? Not sure it's the right advice. If you want to deploy the source within the standard deploy phase, you need to