Repository: cxf-xjc-utils Updated Branches: refs/heads/master 1747a9cbc -> fd9a1b9f2
Add a "fork" mode test to help catch issues Project: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/commit/fd9a1b9f Tree: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/tree/fd9a1b9f Diff: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/diff/fd9a1b9f Branch: refs/heads/master Commit: fd9a1b9f297aa5780567814c63deb66b72b09f2e Parents: 1747a9c Author: Daniel Kulp <[email protected]> Authored: Wed Nov 12 10:41:33 2014 -0500 Committer: Daniel Kulp <[email protected]> Committed: Wed Nov 12 10:41:33 2014 -0500 ---------------------------------------------------------------------- ts-test/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/fd9a1b9f/ts-test/pom.xml ---------------------------------------------------------------------- diff --git a/ts-test/pom.xml b/ts-test/pom.xml index 790f09e..c6bf644 100644 --- a/ts-test/pom.xml +++ b/ts-test/pom.xml @@ -73,6 +73,7 @@ </execution> </executions> <configuration> + <fork>true</fork> <xsdOptions> <xsdOption> <extension>true</extension>
