I am using the Activiti Designer Eclipse plugin, so far with success, for generating JAR and BAR files by running the "Create deployment artifacts" command.
However I also need to deploy a (Drools) Decision Table in Activiti, which resides under src/main/resources/rules/decisiontable in my Eclipse project. This file doesn't get included in the BAR file.
Is there a way to do this with the current Designer?
At the moment we only scan for .drl files I think. We can add the decision table extension as well. Could you raise a JIRA and add an example of decision table so we can use it for testing?