Package aQute.maven.Pom

Examples of aQute.maven.Pom.PomRef


    // rev.
    r.pom = pom.sha;

    // Fixup, see if the pom is relocated
    if (pom.distributionManagement != null) {
      PomRef ref = pom.distributionManagement.relocation;
      if (ref != null) {
        Library.Relocation reloc = new Library.Relocation();
        if (ref.groupId != null)
          reloc.groupId = ref.groupId;
        else
View Full Code Here

TOP

Related Classes of aQute.maven.Pom.PomRef

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.