This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new b5740d3  no jira - fix schema gen on jdk8 on non clean build, only 
parse the dto files and not the integration tests
     new bf132b5  This closes #3547
b5740d3 is described below

commit b5740d32d62225915e117c10f23d38d867868178
Author: gtully <[email protected]>
AuthorDate: Thu Apr 15 12:33:38 2021 +0100

    no jira - fix schema gen on jdk8 on non clean build, only parse the dto 
files and not the integration tests
---
 artemis-dto/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/artemis-dto/pom.xml b/artemis-dto/pom.xml
index 6829828..0137ccb 100644
--- a/artemis-dto/pom.xml
+++ b/artemis-dto/pom.xml
@@ -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" />

Reply via email to