Hello All,

I'm trying to understand why token replacement doesn't take place on
files in src/main/webapp/WEB-INF. It works OK on files w/in
src/main/resources.  Here's the config for maven-war-plugin:

         <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-war-plugin</artifactId>
            <configuration>
               <webResources>
                  </resource>
                        <resource>
                                <directory>src/main/webapp/WEB-INF</directory>
                                <filtering>true</filtering>
                                <includes>
                                        
<include>applicationContext.xml</include>
                                </includes>
                        </resource>
               </webResources>
            </configuration>
            </plugin>

The variable is defined as:
   <properties>
                <database>DEVEL</database>
   </properties>

Can someone please help me here?

Thanks!

--john


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to