mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-03 07:49:24 +00:00
This closes #280
This commit is contained in:
commit
826da3b095
@ -64,7 +64,7 @@
|
||||
<execution>
|
||||
<phase>generate-resources</phase>
|
||||
<configuration>
|
||||
<tasks>
|
||||
<target>
|
||||
<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" />
|
||||
@ -79,7 +79,7 @@
|
||||
<copy todir="${project.build.directory}/classes">
|
||||
<fileset dir="${project.build.directory}/schema" />
|
||||
</copy>
|
||||
</tasks>
|
||||
</target>
|
||||
</configuration>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
|
Loading…
x
Reference in New Issue
Block a user