no jira - fix schema gen on jdk8 on non clean build, only parse the dto files and not the integration tests

This commit is contained in:
gtully 2021-04-15 12:33:38 +01:00 committed by Clebert Suconic
parent 28fbc2e93e
commit b5740d32d6
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@
<taskdef name="schemagen" classname="com.sun.tools.jxc.SchemaGenTask" />
<mkdir dir="${project.build.directory}/schema/org.apache.activemq/dto" />
<echo message="Generating XSD to: ${project.build.directory}/schema/org.apache.activemq/dto" />
<schemagen srcdir="${basedir}/.." destdir="${project.build.directory}/schema/org.apache.activemq/dto" includeantruntime="false">
<schemagen srcdir="${basedir}/src" destdir="${project.build.directory}/schema/org.apache.activemq/dto" includeantruntime="false">
<schema namespace="http://activemq.org/schema" file="activemq.xsd" />
<classpath refid="maven.compile.classpath" />
<include name="**/package-info.java" />