Package io.fabric8.insight.maven.aether

Examples of io.fabric8.insight.maven.aether.AetherPomResult.tree()


public class AetherPomTest extends TestSupport {

    @Test
    public void resolveCamelCore() throws Exception {
        AetherPomResult result = aether.resolvePom("org.apache.camel", "camel-core", "2.12.0");
        System.out.println("got " + result.tree());
    }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.