Oliver thanks for the hint ;-) Besides aether I also had to add the wagon http provider.
For people running into the same problem, add the following 2 dependencies to the project depending the maven embedder.
<dependency> <groupId>org.sonatype.aether</groupId> <artifactId>aether-connector-wagon</artifactId> <version>1.7</version> </dependency> <dependency> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-http</artifactId> <version>1.0-beta-6</version> </dependency> Regards, Minto Op 19-11-2010 10:15, Olivier Lamy schreef:
Hi, What kind of dependencies do you have in your pom ? Have you added org.sonatype.aether:aether-connector-wagon:1.7 ? You can have a look here [1] to see a kind of embedder. HTH,
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
