On 15/03/2010, Mladen Turk <mt...@apache.org> wrote:
> Hi,
>
>  Just tried the
>  mvn -Prc install on daemon trunk and I'm having now
>  some strange files in produced archives.
>
>  e.g
>  there is archive-tmp with:
>  fileSetFormatter.1036028277.tmp
>  fileSetFormatter.1789261428.tmp
>  fileSetFormatter.2074176234.tmp
>  fileSetFormatter.478860251.tmp
>  fileSetFormatter.835556385.tmp
>  fileSetFormatter.945082618.tmp
>
>  And each .tar.gz or .zip has huge amount of
>  *.formatted files
>
>  Any clue?

It appears to be the "assembly:attached" goal that creates the files
and packages them.

It looks like the files are temporary files created by the
<lineEnding> processing in
src/assembly/native-src.xml, because when I commented out the
<lineEnding> tags the problem disappeared (but of course the line
endings won't all be correct).

I think you've stumbled on a bug in the assembly plugin...

>
>  Regards
>  --
>  ^TM
>
> ---------------------------------------------------------------------
>  To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>  For additional commands, e-mail: dev-h...@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to