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

   **[Florian 
Ramillien](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=framillien)**
 commented
   
   A workaround : set "project.basedir" as root path for this filter. It's 
working in our projects.
   
   ```xml
   <filters>
     
<filter>${project.basedir}/src/main/resources/facebook-app.properties</filter>
   </filters>
   ```
   
   


-- 
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