Re: ArtifactResolver from maven-artifact

2014-07-16 Thread Mark Derricutt
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. --

Re: ArtifactResolver from maven-artifact

2014-07-16 Thread Karl Heinz Marbaise
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`

ArtifactResolver from maven-artifact

2014-07-16 Thread Mark Derricutt
'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 tr