What I meant was is there a way to use deploy:deploy-file [with all the parameters] to handle source and javadoc jars? I can't see any to do this?
I have an external artifact I want to deploy to my corporate maven repo and it has binary, source & javadoc jars. I would like to deploy all three instead of just the binary. -dh -----Original Message----- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 2007 9:18 PM To: Maven Users List Subject: Re: How to deploy sources and javadocs? On 14 Feb 07, at 8:17 PM 14 Feb 07, Stephen Duncan wrote: > mvn clean deploy -DperformRelease=true > I would use the release plugin and not that property because that triggers a profile in the SuperPOM which is going away. That property is only used by the release plugin and the release plugin is the interface. Using that property will burn you in the future. Jason. > -Stephen > > On 2/14/07, Dave Hoffer <[EMAIL PROTECTED]> wrote: >> It doesn't seem the deploy plug-in supports deploying sources and >> javadocs for external artifacts. How can this be done? >> >> >> >> -dh >> >> > > > -- > Stephen Duncan Jr > www.stephenduncanjr.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
