7 Replies Latest reply on Oct 10, 2012 8:49 PM by oman002

    Non-resolvable parent POM error for artifact in local Nexus repository

    oman002

      Hi,

       

      I would like to generate scaffolding on an set of JPA entities in an already existing persistence project. However, when I switch to the existing project's directory and run forge I get the following error:

       

      Caused by: org.apache.maven.model.building.ModelBuildingException: 1 problem was encountered while building the effective model for net.rda:core-persistence:1.5.0.8-SNAPSHOT

      [FATAL] Non-resolvable parent POM: Could not find artifact net.rda:common-parent:pom:1.5.0 and 'parent.relativePath' points at wrong local POM @ line 3, column 10

       

      The parent POM artifact net.rda:common-parent exists in my local Nexus repository. How can I tell Forge to fetch it from there?

       

      Thanks