Hi,
I would like to propose an extension to <assembly/>:
<dependencySet>
<outputDirectory>lib</outputDirectory>
<outputFileNameMapping>
${artifactId}.${extension}
</outputFileNameMapping>
<FileMode>770</FileMode>
<lineEndings>crlf</lineEndings>
<excludes>
.
.
.
<outputFileNameMapping/> would map the filename to the notation given,
in the example above it would strip off the version information (the default
would be ${artifactId}-${version}.${extension} ).
<FileMode/> sets the file permissions to the given value for all files
from this dependencySet.
<lineEndings/> converts the cr's to crlf.
RFC,
Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]