Package org.apache.maven.artifact.repository.metadata

Examples of org.apache.maven.artifact.repository.metadata.Metadata.addPlugin()


    {
      final Plugin plugin = new Plugin();
      plugin.setArtifactId("bar-maven-plugin");
      plugin.setPrefix("bar");
      plugin.setName("Bar plugin");
      md.addPlugin(plugin);
    }

    // new plugin addition
    {
      final Plugin plugin1 = new Plugin();
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.