summaryrefslogtreecommitdiff
path: root/qpid/java
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java')
-rw-r--r--qpid/java/broker-core/pom.xml10
-rw-r--r--qpid/java/broker-core/src/main/resources/system.properties2
2 files changed, 11 insertions, 1 deletions
diff --git a/qpid/java/broker-core/pom.xml b/qpid/java/broker-core/pom.xml
index a6e742ffe3..68301f07bd 100644
--- a/qpid/java/broker-core/pom.xml
+++ b/qpid/java/broker-core/pom.xml
@@ -121,6 +121,16 @@
<resources>
<resource>
<directory>src/main/resources</directory>
+ <filtering>true</filtering>
+ <includes>
+ <include>**/*.properties</include>
+ </includes>
+ </resource>
+ <resource>
+ <directory>src/main/resources</directory>
+ <excludes>
+ <exclude>**/*.properties</exclude>
+ </excludes>
</resource>
<resource>
<directory>src/main/java</directory>
diff --git a/qpid/java/broker-core/src/main/resources/system.properties b/qpid/java/broker-core/src/main/resources/system.properties
index 202d31e042..6559636f75 100644
--- a/qpid/java/broker-core/src/main/resources/system.properties
+++ b/qpid/java/broker-core/src/main/resources/system.properties
@@ -17,4 +17,4 @@
# under the License.
#
-qpid.helpURL = http://qpid.apache.org/releases/qpid-0.32-SNAPSHOT/java-broker/book \ No newline at end of file
+qpid.helpURL = http://qpid.apache.org/releases/qpid-${project.version}/java-broker/book