You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/06/10 01:26:43 UTC

[jira] Updated: (MNG-266) file conversions in assembly

     [ http://jira.codehaus.org/browse/MNG-266?page=all ]

Brett Porter updated MNG-266:
-----------------------------

       Priority: Minor  (was: Trivial)
    Description: 
add file mappings:

<dependencySet>
  <outputFileNameMapping>${artifactId}.${extension}</outputFileNameMapping>
  ...

This will control the output filenames of dependencies in the set

add line ending and mode handling to both fileSet and dependencySet:

  <fileMode>770</fileMode>
  <lineEndings>crlf</lineEndings>



  was:

        Summary: file conversions in assembly  (was: convert to DOS CRLF in ZIP file for readme, etc.)

Andreas has been working on this.

> file conversions in assembly
> ----------------------------
>
>          Key: MNG-266
>          URL: http://jira.codehaus.org/browse/MNG-266
>      Project: Maven 2
>         Type: Improvement
>   Components: documentation
>     Reporter: Brett Porter
>     Assignee: Brett Porter
>     Priority: Minor
>      Fix For: 2.0-alpha-3

>
>
> add file mappings:
> <dependencySet>
>   <outputFileNameMapping>${artifactId}.${extension}</outputFileNameMapping>
>   ...
> This will control the output filenames of dependencies in the set
> add line ending and mode handling to both fileSet and dependencySet:
>   <fileMode>770</fileMode>
>   <lineEndings>crlf</lineEndings>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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