summaryrefslogtreecommitdiff
path: root/qpid/java/common/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/common/pom.xml')
-rw-r--r--qpid/java/common/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/java/common/pom.xml b/qpid/java/common/pom.xml
index 0155482478..a5ab0cae05 100644
--- a/qpid/java/common/pom.xml
+++ b/qpid/java/common/pom.xml
@@ -27,9 +27,11 @@
<artifactId>qpid-common</artifactId>
<properties>
+ <!-- used during the antrun-plugin execution -->
<generated-amqp-0-8-dir>${project.build.directory}/generated-sources/generated-amqp-0-8</generated-amqp-0-8-dir>
<generated-amqp-0-10-dir>${project.build.directory}/generated-sources/generated-amqp-0-10</generated-amqp-0-10-dir>
<selector.output.dir>${project.build.directory}/generated-sources/generated-jms-selector/org/apache/qpid/filter/selector</selector.output.dir>
+ <version.file>${project.build.directory}/classes/qpidversion.properties</version.file>
</properties>
<dependencies>