diff options
Diffstat (limited to 'qpid/java/common/pom.xml')
| -rw-r--r-- | qpid/java/common/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qpid/java/common/pom.xml b/qpid/java/common/pom.xml index a16573e066..a2b1089586 100644 --- a/qpid/java/common/pom.xml +++ b/qpid/java/common/pom.xml @@ -56,6 +56,12 @@ <configuration> <tasks> <ant antfile="protocol-version.xml" /> + <exec executable="python"> + <arg line="generate"/> + <arg line="${generated.path}"/> + <arg line="org.apache.qpidity"/> + <arg line="${specs.dir}/amqp-transitional.0-10.xml"/> + </exec> </tasks> <sourceRoot>${generated.path}</sourceRoot> </configuration> |
