[
https://issues.jboss.org/browse/DROOLS-3598?page=com.atlassian.jira.plugi...
]
Mario Fusco commented on DROOLS-3598:
-------------------------------------
Try a 'mvn clean install -DgenerateModel=YES' on the attached project to
reporoduce the problem.
Misleading error messagaes generated by maven plugin when creating an
executable model kjar
-------------------------------------------------------------------------------------------
Key: DROOLS-3598
URL:
https://issues.jboss.org/browse/DROOLS-3598
Project: Drools
Issue Type: Bug
Components: executable model
Reporter: Mario Fusco
Assignee: Luca Molteni
Priority: Major
Attachments: HelloWorld2.zip
When generating a kjar for the executable model with the maven-plugin it generates some
spurious and not relevant error messages like these
{code}
[ERROR] Cannot load artifact org.drools:drools-core:${kie.version}. You need kie-ci on
the classpath to perform this operation
[ERROR] Cannot load artifact org.drools:drools-model-compiler:${kie.version}. You need
kie-ci on the classpath to perform this operation
[ERROR] Cannot load artifact org.drools:drools-canonical-model:${kie.version}. You need
kie-ci on the classpath to perform this operation
[ERROR] Cannot load artifact org.jbpm:jbpm-bpmn2:${kie.version}. You need kie-ci on the
classpath to perform this operation
[ERROR] Cannot load artifact org.drools:drools-decisiontables:${kie.version}. You need
kie-ci on the classpath to perform this operation
[ERROR] Cannot load artifact org.kie:kie-api:${kie.version}. You need kie-ci on the
classpath to perform this operation
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)