You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Paul Mendelson <me...@gmail.com> on 2010/12/17 14:44:03 UTC

Shade plugin dependency

I get an error when I build using shade plugin 1.4 that it is having trouble
resolving a dependency on org.apache.commons:commons-io:1.3.2.

The cause of the problem is my maven repo that doesn't have a good copy of
that jar file.

My questions for the forum are.

1.  Can I configure my plugin to substitute a newer version?
2.  Will the next shade go to a newer version?

Re: Shade plugin dependency

Posted by Jörg Schaible <jo...@scalaris.com>.
Hi Paul,

Paul Mendelson wrote:

> I get an error when I build using shade plugin 1.4 that it is having
> trouble resolving a dependency on org.apache.commons:commons-io:1.3.2.

GroupId is wrong:
http://mvnrepository.com/artifact/commons-io/commons-io

> The cause of the problem is my maven repo that doesn't have a good copy of
> that jar file.
> 
> My questions for the forum are.
> 
> 1.  Can I configure my plugin to substitute a newer version?
> 2.  Will the next shade go to a newer version?

At least it should use the proper groupId.

- Jörg



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