nonFilteredFileExtension does not work for exluding files during filter
-----------------------------------------------------------------------
Key: MRESOURCES-82
URL: http://jira.codehaus.org/browse/MRESOURCES-82
Project: Maven 2.x Resources Plugin
Issue Type: Bug
Affects Versions: 2.2
Environment: Red Hat
Reporter: Kamlesh Sangani
I have some jar files under src/test/resources folder. I have enabled filter
for the test resources. Now during filtering jar files get corrupted. I have
tried the following configuration but does not seem to work.
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<configuration>
<nonFilteredFileExtensions>
<nonFilteredFileExtension>jar</nonFilteredFileExtension>
</nonFilteredFileExtensions>
</configuration>
</plugin>
</plugins>
</pluginManagement>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira