[KARAF-2133] Fix version filtering in the manual title

git-svn-id: https://svn.apache.org/repos/asf/karaf/webconsole/trunk@1437636 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/manual/pom.xml b/manual/pom.xml
index cc713c6..fbb984f 100644
--- a/manual/pom.xml
+++ b/manual/pom.xml
@@ -63,6 +63,12 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-resources-plugin</artifactId>
+                <configuration>
+                    <useDefaultDelimiters>false</useDefaultDelimiters>
+                    <delimiters>
+                        <delimiter>${*}</delimiter>
+                    </delimiters>
+                </configuration>
                 <executions>
                     <execution>
                         <id>filter</id>
@@ -136,7 +142,7 @@
                         mvn jetty:run
                        to have a live web site
                     -->
-                    <webAppSourceDirectory>${basedir}/src/main/webapp</webAppSourceDirectory>
+                    <webAppSourceDirectory>${project.build.directory}/webapp</webAppSourceDirectory>
 
                     <systemProperties>
                         <systemProperty>