[
https://issues.jboss.org/browse/DROOLS-367?page=com.atlassian.jira.plugin...
]
RH Bugzilla Integration commented on DROOLS-367:
------------------------------------------------
Rajesh Rajasekaran <rrajasek(a)redhat.com> changed the Status of [bug
1039016|https://bugzilla.redhat.com/show_bug.cgi?id=1039016] from VERIFIED to CLOSED
Kie-ci doesn't try to access additional remote repositories
declared in settings.xml
------------------------------------------------------------------------------------
Key: DROOLS-367
URL:
https://issues.jboss.org/browse/DROOLS-367
Project: Drools
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Mario Fusco
Assignee: Mario Fusco
Fix For: 6.0.1.Final
In maven's settings.xml file it is possible to create additional profiles and declare
additional remote repositories as in:
{code}
<profiles>
<profile>
<id>guvnor-m2-profile</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<repositories>
<repository>
<id>guvnor-m2-repo</id>
<name>Guvnor M2 Repo</name>
<url>http://localhost:8080/m-kie-drools-wb-distribution-wars-6.0.0.Final-jboss-as7.0/maven2</url>
</repository>
</repositories>
</profile>
</profiles>
{code}
However kie-ci doesn't try to access this further repositories (as it should) when
resolving a kjar.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)