Kavi sri created DROOLS-1260:
--------------------------------
Summary: Updated artifacts are not getting downloaded from remote workbench,
but it is from local workbench
Key: DROOLS-1260
URL:
https://issues.jboss.org/browse/DROOLS-1260
Project: Drools
Issue Type: Feature Request
Components: core engine
Environment: Local
Reporter: Kavi sri
Assignee: Mario Fusco
Hi,
I am running rule using dynamic loading of jar in my maven based Java project. For local
URL kiescanner works but for remote url it doesnot take changes. Please help.
I use below URL in settings.xml -
<mirror>
<id>internal-repository</id>
<!-- <url>http://173.36.81.68:9090/kie-drools/maven2/</url> -->
{color:red}<url>http://localhost:8080/kie-drools-wb/maven2/</url>{color}
<mirrorOf>*;!public-repository</mirrorOf>
</mirror>
If i Use local host URL, it is downloading the updated Maven artifacts from workbench to
my local maven repo.
But If i use the remote URL which is commented above, it is downloading the updated
artifacts to my local repo. Only if my local repo is updated, Kie Scanner will be
triggered to read the updated rules.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)