You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Gunnar Boström <Gu...@tietoenator.com> on 2007/11/07 16:07:25 UTC

line endings in maven-assembly-plugin

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/line-endings-in-maven-assembly-plugin-tf4765186s177.html#a13628658
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org