summaryrefslogtreecommitdiff
path: root/qpid/java/common
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/common')
-rw-r--r--qpid/java/common/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/qpid/java/common/pom.xml b/qpid/java/common/pom.xml
index 25f8550304..0d6e64b0e1 100644
--- a/qpid/java/common/pom.xml
+++ b/qpid/java/common/pom.xml
@@ -90,7 +90,10 @@
<param>org.apache.qpidity.transport</param>
<param>${specs.dir}/amqp.0-10-preview.xml</param>
</params>
- <source>${specs.dir}/amqp.0-10-preview.xml</source>
+ <sources>
+ <source>${specs.dir}/amqp.0-10-preview.xml</source>
+ <source>${basedir}/generate</source>
+ </sources>
<timestamp>${generated.path}/generated.timestamp</timestamp>
</configuration>
<goals>