Description
Hi,
just starting to have a look at this tutorial. I am using the latest Eclipse + EGit. After importing the tutorial in Eclipse as Maven Projects I get this complaint on the maven console:
Failure to transfer org.ops4j.pax.tinybundles:pax-tinybundles-core:1.0.0-SNAPSHOT/maven-metadata.xml from http://repository.jboss.com/maven2/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-repo has elapsed or updates are forced. Original error: Could not transfer metadata org.ops4j.pax.tinybundles:pax-tinybundles-core:1.0.0-SNAPSHOT/maven-metadata.xml from/to jboss-repo (http://repository.jboss.com/maven2/): Access denied to http://repository.jboss.com/maven2/org/ops4j/pax/tinybundles/pax-tinybundles-core/1.0.0-SNAPSHOT/maven-metadata.xml. Error code 403, Forbidden
I do also see in the pom.xml the version 1.0.0-SNAPSHOT for pax-tinybundles-core. Isn't there already a final version 1.0.0?
I changed that in the pom.xml and then it seems to work.