You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Mark Derricutt <ma...@talios.com> on 2014/07/16 23:57:15 UTC

ArtifactResolver from maven-artifact

'lo all,

Over the weekend Richard Vowles and myself forked the maven-tiles plugin 
to get it up and working on Maven 3.2.x ( it was bound directly to the 
old Eclipse Aether classes ) and in the process reworked the code to use 
`ArtifactResolver` from `maven-artifact:2.0.9` based on tracing code in 
the dependency plugins.

This seems to work fine, but....  I decided to bump that up to using 
3.2.2 to match the version of maven we were building against and noticed 
the class no longer exists, has it moved to a different artifact under 
3.x ?

Cheers
Mark

Re: ArtifactResolver from maven-artifact

Posted by Mark Derricutt <ma...@talios.com>.
On 17 Jul 2014, at 10:02, Karl Heinz Marbaise wrote:

> Check the maven-compat artifact which contains those classes.
>
> http://search.maven.org/#search|gav|1|g%3A%22org.apache.maven%22%20AND%20a%3A%22maven-compat%22

Cheers! I knew they must have moved somewhere.

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


Re: ArtifactResolver from maven-artifact

Posted by Karl Heinz Marbaise <kh...@gmx.de>.
Hi Mark,

 > 'lo all,
>
> Over the weekend Richard Vowles and myself forked the maven-tiles plugin
> to get it up and working on Maven 3.2.x ( it was bound directly to the
> old Eclipse Aether classes ) and in the process reworked the code to use
> `ArtifactResolver` from `maven-artifact:2.0.9` based on tracing code in
> the dependency plugins.
>
> This seems to work fine, but....  I decided to bump that up to using
> 3.2.2 to match the version of maven we were building against and noticed
> the class no longer exists, has it moved to a different artifact under
> 3.x ?

Check the maven-compat artifact which contains those classes.

http://search.maven.org/#search|gav|1|g%3A%22org.apache.maven%22%20AND%20a%3A%22maven-compat%22


Kind regards
Karl-Heinz Marbaise

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