[jboss-jira] [JBoss JIRA] (DROOLS-367) Kie-ci doesn't try to access additional remote repositories declared in settings.xml
RH Bugzilla Integration (JIRA)
jira-events at lists.jboss.org
Mon Dec 9 08:52:07 EST 2013
[ https://issues.jboss.org/browse/DROOLS-367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12929511#comment-12929511 ]
RH Bugzilla Integration commented on DROOLS-367:
------------------------------------------------
Mario Fusco <mfusco at redhat.com> changed the Status of [bug 1039016|https://bugzilla.redhat.com/show_bug.cgi?id=1039016] from ASSIGNED to MODIFIED
> 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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list