jira-importer commented on issue #285:
URL: 
https://github.com/apache/maven-war-plugin/issues/285#issuecomment-2967858494

   **[dave 
sinclair](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=stampy88)**
 commented
   
   I have 2.1-alpha-2-SNAPSHOT and am still seeing this problem. Here is the 
section from my pom. Any ideas?
   
   \<plugin>
   \<groupId>org.apache.maven.plugins\</groupId>
   \<artifactId>maven-war-plugin\</artifactId>
   \<version>2.1-alpha-2-SNAPSHOT\</version>
   \<configuration>
   \<archiveClasses>true\</archiveClasses>
   
\<outputFileNameMapping>${artifact.artifactId}.${artifact.extension}\</outputFileNameMapping>
   \<filters>
   \<filter>src/main/filters/${wile.filter.properties}\</filter>
   \</filters>
   \<webResources>
   \<webResource>
   \<directory>${basedir}/src/main/webapp/WEB-INF\</directory>
   \<includes>
   \<include>beans.xml\</include>
   \<include>web.xml\</include>
   \</includes>
   \<targetPath>WEB-INF\</targetPath>
   \<filtering>true\</filtering>
   \</webResource>
   \</webResources>
   \</configuration>
   \</plugin>
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to