Kabir Khan created WFLY-9840:
--------------------------------
Summary: batch-jberet subsystem export should exclude the correct path
Key: WFLY-9840
URL:
https://issues.jboss.org/browse/WFLY-9840
Project: WildFly
Issue Type: Bug
Components: Batch
Affects Versions: 12.0.0.Beta1
Reporter: Kabir Khan
Assignee: Kabir Khan
Fix For: 12.0.0.CR1
batch-jberet/pom.xml currently has
{code}
<exclude path="org/wildfly/extension/batch/jberet/_private"/>
{code}
which does not exist. It should be:
{code}
<exclude path="org/wildfly/extension/batch/_private"/>
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)