Package org.moxie.MoxieException

Examples of org.moxie.MoxieException.MissingParentPomException


         
          if (parentPom == null) {
            // we do not have the parent POM in the cache
            if (requirements.requireParent) {
              // notify the caller of the missing POM
              throw new MissingParentPomException(parent);
            }
            // loose parsing option:
            // we do not have the parent pom yet likely because we
            // are in the middle of downloading so make a fake one
            // to satisfy ${parent.} property inheritance
View Full Code Here

TOP

Related Classes of org.moxie.MoxieException.MissingParentPomException

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.