[
http://jira.codehaus.org/browse/MRESOURCES-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy closed MRESOURCES-82.
----------------------------------
Assignee: Olivier Lamy
Resolution: Not A Bug
This feature is available with version 2.3
You must force this version in your pom.
> 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
> Assignee: Olivier Lamy
>
> 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