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
> -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().
-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
> -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
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
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