Re: MavenProject.addArtifact()

2006-04-01 Thread Brett Porter
Vincent Massol wrote: > >> -Original Message- >> From: Brett Porter [mailto:[EMAIL PROTECTED] >> Sent: samedi 1 avril 2006 10:36 >> To: Maven Developers List >> Subject: Re: MavenProject.addArtifact() >> >> That's correct. If you wan

RE: MavenProject.addArtifact()

2006-04-01 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: samedi 1 avril 2006 10:36 > To: Maven Developers List > Subject: Re: MavenProject.addArtifact() > > That's correct. If you want the transitive dependencies, use > getArtifacts().

Re: MavenProject.addArtifact()

2006-04-01 Thread Brett Porter
-Original Message- >> From: Brett Porter [mailto:[EMAIL PROTECTED] >> Sent: vendredi 31 mars 2006 00:26 >> To: Maven Developers List >> Subject: Re: MavenProject.addArtifact() >> >> That code looks fine, it also works in Cobertura. Can you get more >> d

RE: MavenProject.addArtifact()

2006-03-31 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: vendredi 31 mars 2006 00:26 > To: Maven Developers List > Subject: Re: MavenProject.addArtifact() > > That code looks fine, it also works in Cobertura. Can you get more > details abou

Re: MavenProject.addArtifact()

2006-03-30 Thread Brett Porter
That code looks fine, it also works in Cobertura. Can you get more details about the dependency? - Brett Vincent Massol wrote: > Hi, > > Is it possible to have a Maven.addArtifact() method added? > > Someone reported a bug on the clover plugin saying that a dependency was > missing on one proje

MavenProject.addArtifact()

2006-03-30 Thread Vincent Massol
Hi, Is it possible to have a Maven.addArtifact() method added? Someone reported a bug on the clover plugin saying that a dependency was missing on one project. Here's the code that we currently have: Set set = new HashSet( this.project.getDependencyArtifacts() ); set.add( cloverA