-
Enhancement
-
Resolution: Done
-
Major
-
1.3.0.Beta4
-
None
jberet.tmp.dir property is declared across various sub-modules. Need to consolidate it into the project root pom.xml.
<jberet.tmp.dir>${project.build.directory}${file.separator}tmp</jberet.tmp.dir> ./jberet-camel/pom.xml <jberet.tmp.dir>${project.build.directory}</jberet.tmp.dir> ./jberet-se/pom.xml <jberet.tmp.dir>${project.build.directory}${file.separator}tmp</jberet.tmp.dir> ./jberet-support/pom.xml <jberet.tmp.dir>${project.build.directory}</jberet.tmp.dir> ./test-apps/loopback/pom.xml <jberet.tmp.dir>${project.build.directory}</jberet.tmp.dir> ./test-apps/pom.xml <jberet.tmp.dir>${project.build.directory}/tmp</jberet.tmp.dir> ./wildfly-jberet-samples/deserialization/pom.xml