Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maven: Failure to transfer pax-tinybundles-core with version 1.0.0-SNAPSHOT #3

Open
taitruong opened this issue Dec 27, 2011 · 1 comment
Assignees

Comments

@taitruong
Copy link

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.

@taitruong
Copy link
Author

Found the problem: dependency of tinybundles in pom.xml is not correct (artifactID and version). Must be:

            <groupId>org.ops4j.pax.tinybundles</groupId>
            <artifactId>tinybundles</artifactId>
            <version>1.0.0</version>
            <scope>test</scope>
        </dependency>

@tonit tonit self-assigned this Nov 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants