[jboss-jira] [JBoss JIRA] (DROOLS-143) drools-maven-plugin-example is not built as part of the parent build. It's broken.

David Boden (JIRA) jira-events at lists.jboss.org
Tue May 21 05:14:06 EDT 2013


David Boden created DROOLS-143:
----------------------------------

             Summary: drools-maven-plugin-example is not built as part of the parent build. It's broken.
                 Key: DROOLS-143
                 URL: https://issues.jboss.org/browse/DROOLS-143
             Project: Drools
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 6.0.0.Beta2
            Reporter: David Boden
            Assignee: Mark Proctor


Updating the src/main/resources/META-INF/kmodule.xml file to have a namespace declaration fixes the immediate error:

{code}
<!-- Add xmlns attribute -->
<kmodule xmlns="http://jboss.org/kie/6.0.0/kmodule">
</kmodule>
{code}

When that's done, a simple .jar file is produced. The .drl files are not compiled.

There's no significant documentation for the drools-maven-plugin except for its precursor: http://passion.forco.de/content/maven-drools-plugin. It's not clear what the objectives of the plugin are.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list