Community
Participate
Working Groups
My pom file has this build plugin configured: <plugin> <artifactId>maven-resources-plugin</artifactId> <configuration> <encoding>UTF-8</encoding> <nonFilteredFileExtensions> <nonFilteredFileExtension>zip</nonFilteredFileExtension> <nonFilteredFileExtension>gz</nonFilteredFileExtension> </nonFilteredFileExtensions> </configuration> </plugin> However I can look in the target/classes directory and find that my gz files have been modified from the original. I am not experiencing any problems running maven from the command line.