diff --git a/mtom/server/build.gradle b/mtom/server/build.gradle index 1912428..c87f111 100644 --- a/mtom/server/build.gradle +++ b/mtom/server/build.gradle @@ -21,7 +21,7 @@ apply plugin: 'tomcat' task genJaxb { ext.sourcesDir = "${buildDir}/generated-sources/jaxb" ext.classesDir = "${buildDir}/classes/jaxb" - ext.schema = "${projectDir}/src/main/webapp/WEB-INF/schema.xsd" + ext.schema = "${projectDir}/src/main/resources/schema.xsd" inputs.files schema outputs.dir classesDir @@ -75,4 +75,4 @@ dependencies { tomcat("org.apache.tomcat.embed:tomcat-embed-jasper:$tomcatVersion") { exclude group: 'org.eclipse.jdt.core.compiler', module: 'ecj' } -} \ No newline at end of file +}