RE: Downloading source/javadocs

2006-02-08 Thread Brian E. Fox
The svn version 1.1 of dependency-maven-plugin can download all these types of jars based on the dependencies in your project. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 08, 2006 12:19 PM To: Maven Users List Subject: Downloading source

RE: Downloading source / javadocs

2004-08-27 Thread Arnaud HERITIER
> > Huh? I thought the artifact plugin WAS the standard deployment mechanism. > Yes, it is the standard deployment mechanism but with a particular typeHandler, the maven repository structure isn't respected (${groupId}/${type}s/${artifactId}-${release}.${type}). In this case maven can't autom

Re: Downloading source / javadocs

2004-08-27 Thread Dion Gillard
On Fri, 27 Aug 2004 19:12:13 +0200, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > The dist plugin doesn't use the standard deployment mechanism: > > artifact="${maven.dist.dir}/${maven.final.name}-src.tar.gz" > type="distribution-src-targz" > project="${pom}" > typeHandl

RE: Downloading source / javadocs

2004-08-27 Thread Arnaud HERITIER
2004 19:02 > À : [EMAIL PROTECTED] > Objet : RE: Downloading source / javadocs > > With dist:deploy-src > > -Original Message- > From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] > Sent: 27 August 2004 17:57 > To: 'Maven Users List' > Subject: RE: Downloadi

RE: Downloading source / javadocs

2004-08-27 Thread James . Shute
With dist:deploy-src -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: 27 August 2004 17:57 To: 'Maven Users List' Subject: RE: Downloading source / javadocs Be careful James, In the next javadoc plugin release (currently in CVS) the type for t

RE: Downloading source / javadocs

2004-08-27 Thread Arnaud HERITIER
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 27 août 2004 17:50 > À : [EMAIL PROTECTED]; [EMAIL PROTECTED] > Objet : RE: Downloading source / javadocs > > What's the syntax for the src dependency? I got the javadoc to work with > th

RE: Downloading source / javadocs

2004-08-27 Thread James . Shute
o tweak to bring down the src thanks James -Original Message- From: Dion Gillard [mailto:[EMAIL PROTECTED] Sent: 27 August 2004 16:08 To: Maven Users List Subject: Re: Downloading source / javadocs On Fri, 27 Aug 2004 10:52:33 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrot

Re: Downloading source / javadocs

2004-08-27 Thread Dion Gillard
On Fri, 27 Aug 2004 10:52:33 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Say I build project X and deploy it to the repository, along with the src > distribution and javadoc, and then have project Y which depends on X. > > Is there any way to configure project Y to also download the src

Re: Downloading source / javadocs

2004-08-27 Thread Milos Kleint
I've asked that question some time ago, but didn't get any answer. :( Milos [EMAIL PROTECTED] wrote: Say I build project X and deploy it to the repository, along with the src distribution and javadoc, and then have project Y which depends on X. Is there any way to configure project Y to also down