You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Jason Dillon <ja...@planet57.com> on 2007/04/05 03:40:49 UTC

dependency:purge-local-repository and includes?

Would it be possible to get the dependency:purge-local-repository to  
specify a set of groupId, groupId:artifactId's that will be  
clobbered, leaving all others alone?

I'd like to add something like this to my integration test profile to  
nuke all of the org.codehaus.mojo.groovy.it:* bits, but only those bits.

Looks like I can only exclude a set of these clobbering all the  
others according the current docs... I kinda want the inverse of that.

--jason

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


RE: dependency:purge-local-repository and includes?

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
It acts on the artifact of the project it is executed on. So you would
put this in org.codehaus.mojo.goovy.it.xxxx 

-----Original Message-----
From: Jason Dillon [mailto:jason.dillon@gmail.com] On Behalf Of Jason
Dillon
Sent: Wednesday, April 04, 2007 11:21 PM
To: Maven Developers List
Subject: Re: dependency:purge-local-repository and includes?

And how do I configure the groupId to be used?

--jason


On Apr 4, 2007, at 8:12 PM, Brian E. Fox wrote:

> Use resolutionFuzziness=groupId
> http://maven.apache.org/plugins/maven-dependency-plugin/purge-local-
> repo
> sitory-mojo.html
>
> -----Original Message-----
> From: Jason Dillon [mailto:jason.dillon@gmail.com] On Behalf Of Jason 
> Dillon
> Sent: Wednesday, April 04, 2007 9:41 PM
> To: Maven Developers List
> Subject: dependency:purge-local-repository and includes?
>
> Would it be possible to get the dependency:purge-local-repository to 
> specify a set of groupId, groupId:artifactId's that will be clobbered,

> leaving all others alone?
>
> I'd like to add something like this to my integration test profile to 
> nuke all of the org.codehaus.mojo.groovy.it:* bits, but only those 
> bits.
>
> Looks like I can only exclude a set of these clobbering all the others

> according the current docs... I kinda want the inverse of that.
>
> --jason
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For 
> additional commands, e-mail: dev-help@maven.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For 
> additional commands, e-mail: dev-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional
commands, e-mail: dev-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: dependency:purge-local-repository and includes?

Posted by Jason Dillon <ja...@planet57.com>.
And how do I configure the groupId to be used?

--jason


On Apr 4, 2007, at 8:12 PM, Brian E. Fox wrote:

> Use resolutionFuzziness=groupId
> http://maven.apache.org/plugins/maven-dependency-plugin/purge-local- 
> repo
> sitory-mojo.html
>
> -----Original Message-----
> From: Jason Dillon [mailto:jason.dillon@gmail.com] On Behalf Of Jason
> Dillon
> Sent: Wednesday, April 04, 2007 9:41 PM
> To: Maven Developers List
> Subject: dependency:purge-local-repository and includes?
>
> Would it be possible to get the dependency:purge-local-repository to
> specify a set of groupId, groupId:artifactId's that will be
> clobbered, leaving all others alone?
>
> I'd like to add something like this to my integration test profile to
> nuke all of the org.codehaus.mojo.groovy.it:* bits, but only those  
> bits.
>
> Looks like I can only exclude a set of these clobbering all the
> others according the current docs... I kinda want the inverse of that.
>
> --jason
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


RE: dependency:purge-local-repository and includes?

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
Use resolutionFuzziness=groupId
http://maven.apache.org/plugins/maven-dependency-plugin/purge-local-repo
sitory-mojo.html

-----Original Message-----
From: Jason Dillon [mailto:jason.dillon@gmail.com] On Behalf Of Jason
Dillon
Sent: Wednesday, April 04, 2007 9:41 PM
To: Maven Developers List
Subject: dependency:purge-local-repository and includes?

Would it be possible to get the dependency:purge-local-repository to  
specify a set of groupId, groupId:artifactId's that will be  
clobbered, leaving all others alone?

I'd like to add something like this to my integration test profile to  
nuke all of the org.codehaus.mojo.groovy.it:* bits, but only those bits.

Looks like I can only exclude a set of these clobbering all the  
others according the current docs... I kinda want the inverse of that.

--jason

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org