]
Mario Fusco updated DROOLS-3598:
--------------------------------
Priority: Minor (was: Major)
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: Minor
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}