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

why i can not get dependencies by use jcabi.aether? #94

Open
zdghit opened this issue Nov 14, 2016 · 2 comments
Open

why i can not get dependencies by use jcabi.aether? #94

zdghit opened this issue Nov 14, 2016 · 2 comments

Comments

@zdghit
Copy link

zdghit commented Nov 14, 2016

I use like this:

        Collection<Artifact> deps = new Aether(remotes, local).resolve(
                    new DefaultArtifact(
                            "com.baidu.fengchao.thunder:thunder-parent:pom:1.0.0-SNAPSHOT"
                     ),  JavaScopes.RUNTIME
                   );

here is my repository,why can not get dependencies?
Because there is not a thunder.parent.jar ? but i want to read pom infos.

image

@dmarkov
Copy link

dmarkov commented Nov 18, 2016

@yegor256 please dispatch this issue

@yegor256
Copy link
Member

@zdghit what exactly is the problem? What exception you're getting?

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

3 participants