Examples of PomRef


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
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.