Hi,
I'm trying to use scanPom provisioning option in test configuration.
I've noticed that the dependencies in the pom cannot be
resolved(downloaded) if they include classifiers. The trace looks
something like:
...
Caused by: org.sonatype.aether.transfer.ArtifactTransferException:
Could not transfer artifact

org.***.***:org.***.****:jar:3.7.1 from/to central (http://central/):
Error transferring file: central
        at 
org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:949)
...

and the maven url ommits the classifier.
The pom file is valid and it builds with no errors when used with maven.
When I add those dependencies using mavenBundle() options everything
works fine. I tried pax-exam 2.2, 2.4, 2.4.0.RC1 and it's the same
thing.

Is this a bug or I could be missing some configuration option?


Regards,
Vladimir

_______________________________________________
general mailing list
general@lists.ops4j.org
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to