]
Edoardo Vacchi updated DROOLS-3946:
-----------------------------------
Story Points: 3
Create reproducer for kjar issue in Quarkus
--------------------------------------------
Key: DROOLS-3946
URL:
https://issues.jboss.org/browse/DROOLS-3946
Project: Drools
Issue Type: Task
Reporter: Edoardo Vacchi
Assignee: Edoardo Vacchi
Priority: Major
Labels: drools-core, submarine
Our Maven plugin uses the custom packaging type kjar and we're getting this error for
mvn compile quarkus:dev
{code}
[ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:0.13.1:dev (default-cli)
on project drools-quarkus-example: Failed to run: Failed to resolve Quarkus application
model: Failed to resolve dependencies for
org.submarine:drools-quarkus-example:kjar:8.0.0-SNAPSHOT: Could not find artifact
org.submarine:drools-quarkus-example:kjar:8.0.0-SNAPSHOT -> [Help 1]
{code}
the error goes away if I mvn install the project before I mvn quarkus:dev which I assume
is unexpected.
*Deliverable:* create a reproducer and submit an issue to Quarkus