[
https://issues.apache.org/jira/browse/MASSEMBLY-777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14632083#comment-14632083
]
Hervé Boutemy edited comment on MASSEMBLY-777 at 7/17/15 11:30 PM:
-------------------------------------------------------------------
for *.filtered exclusion: *.filtered files were created by the same
[FileFormatter
class|http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/main/java/org/apache/maven/plugin/assembly/format/FileFormatter.java?view=markup&pathrev=806277#l76]
as the *.formatted ones
then the requirement for *.filtered exclusion vanished with *.formatted one,
when Kristian switched everything from File based filtering to reader based
filtering (without temp files with these .filtered or .formatted extensions)
Now I'm confident, we can remove this exclusion hack which is not useful any
more since maven-assembly-plugin version 2.5.1
was (Author: hboutemy):
for *.filtered exclusion: *.filtered files were created by the same
[FileFormatter
class|http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/main/java/org/apache/maven/plugin/assembly/format/FileFormatter.java?view=markup&pathrev=806277#l76]
the *.formatted ones
then the requirement for *.filtered exclusion vanished with *.formatted one,
when Kristian switched everything from File based filtering to reader based
filtering (whithout temp files)
Now I'm confident, we can remove this exclusion hack which is not useful since
maven-assembly-plugin version 2.5.1
> The assembly plugin refuses to copy a file named lexicon.filtered or
> lexicon.formatted
> --------------------------------------------------------------------------------------
>
> Key: MASSEMBLY-777
> URL: https://issues.apache.org/jira/browse/MASSEMBLY-777
> Project: Maven Assembly Plugin
> Issue Type: Bug
> Affects Versions: 2.5.5
> Reporter: Benson Margulies
> Assignee: Hervé Boutemy
> Fix For: 3.0.0
>
>
> https://github.com/bimargulies/massembly-777 is a github project which
> demonstrated that the plugin skips a file named lexicon.filtered.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)