GH-470: openjpa enhancce bundle related beans
---------------------------------------------
Key: OOZIE-302
URL: https://issues.apache.org/jira/browse/OOZIE-302
Project: Oozie
Issue Type: Bug
Reporter: Hadoop QA
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<phase>process-classes</phase>
<configuration>
<target>
<path id="cp">
<path refid="maven.test.classpath" />
<path refid="maven.compile.classpath" />
<path refid="maven.dependency.classpath" />
</path>
<taskdef name="openjpac"
classname="org.apache.openjpa.ant.PCEnhancerTask">
<classpath refid="cp" />
</taskdef>
<fileset id="enhance.path.ref"
dir="../core/target/classes">
<include name="**/JsonWorkflowJob.class" />
<include name="**/JsonWorkflowAction.class"
/>
<include name="**/JsonCoordinatorJob.class"
/>
<include
name="**/JsonCoordinatorAction.class" />
<include name="**/JsonSLAEvent.class" />
<include name="**/JsonBundleJob.class"/>
<include name="**/WorkflowJobBean.class" />
<include name="**/WorkflowActionBean.class"
/>
<include name="**/CoordinatorJobBean.class"
/>
<include
name="**/CoordinatorActionBean.class" />
<include name="**/SLAEventBean.class" />
<include name="**/BundleJobBean.class"/>
<include name="**/BundleActionBean.class"/>
</fileset>
<openjpac>
<classpath refid="cp" />
<fileset refid="enhance.path.ref" />
</openjpac>
</target>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira