| Summary: | resource filtering not honoring nonFilteredFileExtension tags | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Daniel Robert <daniel.robert> |
| Component: | IAM | Assignee: | Project Inbox <iam.Core-inbox> |
| Status: | NEW --- | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
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.