Package org.jboss.forge.addon.dependencies.builder

Examples of org.jboss.forge.addon.dependencies.builder.DependencyBuilder.addExclusion()


   private Dependency groovyCompiler()
   {
      DependencyBuilder builder = DependencyBuilder.create(
               "org.codehaus.groovy:groovy-eclipse-compiler:2.7.0-01");
      builder.addExclusion(CoordinateBuilder.create().setArtifactId("groovy-all")
               .setGroupId("org.codehaus.groovy"));
      return builder;
   }

   private Coordinate mavenCompilerPlugin()
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.