]
RH Bugzilla Integration updated DROOLS-367:
-------------------------------------------
Bugzilla Update: Perform
Bugzilla References:
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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: