Examples of addDependencyConfiguration()


Examples of org.apache.ivy.core.module.descriptor.DefaultDependencyDescriptor.addDependencyConfiguration()

                    DefaultDependencyDescriptor dd = new DefaultDependencyDescriptor(mdBuilder
                            .getModuleDescriptor(), relocation, true, false, true);
                    /* Map all public dependencies */
                    dd.addDependencyConfiguration("compile", "compile");
                    dd.addDependencyConfiguration("runtime", "runtime");
                    dd.addDependencyConfiguration("default", "default");
                    dd.addDependencyConfiguration("master", "master");
                    dd.addDependencyConfiguration("provided", "provided");
                    dd.addDependencyConfiguration("system", "system");
                    mdBuilder.addDependency(dd);
                }
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.