Skip to content

Commit

Permalink
[KARAF-2133] Fix version filtering in the manual title
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/karaf/webconsole/trunk@1437636 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jbonofre committed Jan 23, 2013
1 parent b3af018 commit 9f850be
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion manual/pom.xml
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 9f850be

Please sign in to comment.