At present, the EOLs in zip/tar.gz files are fixed by unpacking,
fixing, and repacking the archives.

This is quite time-consuming, and currently requires an extra build step.

I think it might be better to create two sets of assembly files
instead and do the work upfront. E.g. have bin-unix.xml and
bin-windows.xml etc.

It is possible to use variables for the archive type and EOL, but it
does not seem possible to parameterise the archive generation. If one
could, then this would be ideal, as only one set of files would be
needed.

Could reduce duplication somewhat by putting any common files in a
<component> file:

http://maven.apache.org/plugins/maven-assembly-plugin/examples/single/using-components.html

Thoughts?

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to