Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 327614 - resource filtering not honoring nonFilteredFileExtension tags
Summary: resource filtering not honoring nonFilteredFileExtension tags
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: IAM (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-12 17:50 EDT by Daniel Robert CLA
Modified: 2012-01-05 13:10 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Robert CLA 2010-10-12 17:50:12 EDT
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.