Filter webapp/* so we don't have to hard-code the version number. Display version...
[guacamole.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d30a0bd..b4bf0f0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-war-plugin</artifactId>
                 <configuration>
+                    
+                    <!-- Filter webapp dir --> 
+                    <webResources>
+                        <resource>
+                            <directory>src/main/webapp</directory>
+                            <filtering>true</filtering>
+                        </resource>
+                    </webResources>
+                    
+                    <!-- Add guacamole-common-js -->
                     <overlays>
                         <overlay>
                             <groupId>net.sourceforge.guacamole</groupId>
@@ -36,6 +46,7 @@
                             <type>zip</type>
                         </overlay>
                     </overlays>
+                    
                 </configuration>
             </plugin>