Open zdghit opened 8 years ago
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.
@yegor256 please dispatch this issue
@zdghit what exactly is the problem? What exception you're getting?
I use like this:
here is my repository,why can not get dependencies? Because there is not a thunder.parent.jar ? but i want to read pom infos.