yuedaxia76 commented on issue #444:
URL: 
https://github.com/apache/maven-resources-plugin/issues/444#issuecomment-3601661282

   like this 
           <resources>
               <resource>
                   <directory>src/main/java</directory>
                   <filtering>true</filtering>
                   <includes>
                       <include>**/*.properties</include>
                   </includes>
               </resource>
               <resource>
                   <directory>src/main/java</directory>
                   <includes>
                       <include>**/*.xml</include>
                       <include>**/*.js</include>
                   </includes>
               </resource>
           </resources>
   The configuration result is correct.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to