| From | Sent On | Attachments |
|---|---|---|
| Gunnar Boström | Nov 19, 2007 9:01 am | |
| Mick Knutson | Nov 19, 2007 9:15 am | |
| Gunnar Boström | Nov 20, 2007 12:00 am | |
| Mick Knutson | Nov 20, 2007 8:56 am | |
| Gunnar Boström | Nov 21, 2007 8:07 am |
| Subject: | help with assembly plugin | |
|---|---|---|
| From: | Gunnar Boström (Gunn...@tietoenator.com) | |
| Date: | Nov 19, 2007 9:01:01 am | |
| List: | org.apache.maven.users | |
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.





