Hi,<div><br></div><div>It appears that forge is not using any repositories I have specified in my maven conf\settings.xml.</div><div><br></div><div>If I:</div><div>* create a new project:  new-project --named forge-test-parent-pom-in-repo</div>
<div>* modify forge-test-parent-pom-in-repo/pom.xml and add a parent POM that exists in my local work repo:</div><div><br></div><div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;parent&gt;</div><div>
<span class="Apple-tab-span" style="white-space:pre">                </span>&lt;artifactId&gt;my-parent-from-local-repo&lt;/artifactId&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;groupId&gt;test&lt;/groupId&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;version&gt;1.0.0&lt;/version&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;/parent&gt;</div></div><div><br></div><div>
* then run forge in forge-test-parent-pom-in-repo/ I get:</div><div><br></div><div><div>[FATAL] Non-resolvable parent POM: Could not find artifact test:my-parent-from-local-repo:pom:1.0.0 in JBOSS_NEXUS (<a href="http://repository.jboss.org/nexus/content/groups/public">http://repository.jboss.org/nexus/content/groups/public</a>) and &#39;parent.relativePath&#39; points at wrong local POM @ line 5, column 12</div>
</div><div><br></div><div>Running mvn package succeeds.</div><div><br></div><div>If I modify forge-test-parent-pom-in-repo/pom.xml add replace the JBOSS_NEXUS repository with my local work repo then it works.</div><div>However I expect forge to use the repos I have specified in maven conf\settings.xml, just as mvn package does.</div>
<div><br></div><div>Regards,</div><div><br></div><div>Oliver</div>