Package aQute.bnd.maven

Examples of aQute.bnd.maven.PomResource


    // This must happen after we analyzed so
    // we know what it is on the classpath
    addSources(dot);

    if (getProperty(POM) != null)
      dot.putResource("pom.xml", new PomResource(dot.getManifest()));

    if (!isNoBundle())
      doVerify(dot);

    if (dot.getResources().isEmpty())
View Full Code Here

TOP

Related Classes of aQute.bnd.maven.PomResource

Copyright © 2018 www.massapicom. 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.