<formats>
        <format>tar</format>
    </formats>


Then make sure the ascii files you are adding are like:

        <file>
            <source>/src/main/resources/deploy/deploy-configs.sh</source>
            <outputDirectory></outputDirectory>
            <destName>deploy-configs.sh</destName>
            <filtered>true</filtered>
*            <lineEnding>unix</lineEnding>*
            <fileMode>0754</fileMode>
        </file>


On Nov 19, 2007 9:01 AM, Gunnar Boström <[EMAIL PROTECTED]>
wrote:

>
> Hi,
> I use the maven-assembly-plugin to create a zip file on windows XP.
> It works ok, with one problem.
> The zip file will be unzipped on a Solaris computer so I need to fix the
> line endings. This works fine if I do mvn package directly in a module,
> but
> if I run mvn package from the master it will not do the conversion.
>
> [INFO] Reading assembly descriptor:
> D:\SERF\dev\serf-server\src\main\assembly\bin.xml
> [INFO] No files selected for line-ending conversion. Skipping:
> src/main/scripts/expect
>
> The corresponding line in the pom file is
> <directory>src/main/scripts/expect</directory>
>
> So what can I do?
>
> Regards
> Gunnar
> --
> View this message in context:
> http://www.nabble.com/help-with-assembly-plugin-tf4837763s177.html#a13840413
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 

Thanks,
Mick Knutson

http://www.baselogic.com
http://www.blincmagazine.com
http://www.djmick.com
http://www.myspace.com/mickknutson
http://www.myspace.com/djmick_dot_com
http://www.myspace.com/sexybeotches
http://www.thumpradio.com
---

Reply via email to