Update the java8 profile to allow the codegen plugin to access file based schemas.
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/4887c83e Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/4887c83e Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/4887c83e Branch: refs/heads/master Commit: 4887c83e4ee7b15cbc2064f81d108b6d7bd9ae7d Parents: e7db84d Author: Daniel Kulp <[email protected]> Authored: Thu May 8 10:29:41 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Thu May 8 10:29:41 2014 -0400 ---------------------------------------------------------------------- parent/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/4887c83e/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index d8342d7..709d535 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -40,6 +40,7 @@ <cxf.compile.flags>-Xlint:unchecked,deprecation,fallthrough,finally</cxf.compile.flags> <cxf.compile.show.deprecation>true</cxf.compile.show.deprecation> <cxf.codegenplugin.forkmode>once</cxf.codegenplugin.forkmode> + <cxf.codegen.jvmArgs/> <cxf.eclipse.outputDirectory>${basedir}/target/classes</cxf.eclipse.outputDirectory> <cxf.saaj.impl.groupId>com.sun.xml.messaging.saaj</cxf.saaj.impl.groupId> <cxf.saaj.impl.artifactId>saaj-impl</cxf.saaj.impl.artifactId> @@ -1735,6 +1736,7 @@ <cxf.jaxb.version>${cxf.jaxb22.version}</cxf.jaxb.version> <cxf.jaxb.impl.version>${cxf.jaxb22.impl.version}</cxf.jaxb.impl.version> <cxf.jaxb.xjc.version>${cxf.jaxb22.impl.version}</cxf.jaxb.xjc.version> + <cxf.codegen.jvmArgs>-Djavax.xml.accessExternalSchema=file</cxf.codegen.jvmArgs> </properties> <build> <plugins>
