I am trying to automate build process and building rules kjar using maven , however I am getting following exception for my project :
Failed to execute goal org.kie:kie-maven-plugin:6.1.0.Final:build (default-build) on project testProject: Execution default-build of goal org.kie:kie-maven-plugin:6.1.0.Final:build failed: Cannot find KieModule
I am giving maven command to execute my build :
" mvn clean package"
. Any help is appreciated .
Thanks XslGuy