You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2011/12/15 21:59:02 UTC

[jira] (MASSEMBLY-548) Improve documentation for filters parameter

     [ https://jira.codehaus.org/browse/MASSEMBLY-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg updated MASSEMBLY-548:
--------------------------------------

        Description: 
I was looking for some way to defining my own properties to be used for filtering
files that will be a part of the assembly.

I found it at http://maven.apache.org/plugins/maven-assembly-plugin/examples/single/filtering-some-distribution-files.html like this:

{code:xml} 
        <configuration>
          <filters>
            <filter>src/assemble/filter.properties</filter>
          </filters>
          <descriptors>
            <descriptor>src/assemble/distribution.xml</descriptor>
          </descriptors>
        </configuration>
{code}

It would be nice to encounter that infomration (and maybe more examples) here:
http://maven.apache.org/plugins/maven-assembly-plugin/plugin-info.html
which would have saved me, and probably other person as well, some time.

Best regards /Lasse Bergström



  was:
I was looking for some way to defining my own properties to be used for filtering
files that will be a part of the assembly.

I found it at http://maven.apache.org/plugins/maven-assembly-plugin/examples/single/filtering-some-distribution-files.html like this: 
        <configuration>
          <filters>
            <filter>src/assemble/filter.properties</filter>
          </filters>
          <descriptors>
            <descriptor>src/assemble/distribution.xml</descriptor>
          </descriptors>
        </configuration>

It would be nice to encounter that infomration (and maybe more examples) here:
http://maven.apache.org/plugins/maven-assembly-plugin/plugin-info.html
which would have saved me, and probably other person as well, some time.

Best regards /Lasse Bergström



    Patch Submitted: Yes
      Fix Version/s: 2.3
           Assignee: Dennis Lundberg
            Summary: Improve documentation for filters parameter  (was: Plugin configuration info)
    
> Improve documentation for filters parameter
> -------------------------------------------
>
>                 Key: MASSEMBLY-548
>                 URL: https://jira.codehaus.org/browse/MASSEMBLY-548
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Improvement
>            Reporter: Lasse Bergström
>            Assignee: Dennis Lundberg
>             Fix For: 2.3
>
>         Attachments: MASSEMBLY-548.patch
>
>
> I was looking for some way to defining my own properties to be used for filtering
> files that will be a part of the assembly.
> I found it at http://maven.apache.org/plugins/maven-assembly-plugin/examples/single/filtering-some-distribution-files.html like this:
> {code:xml} 
>         <configuration>
>           <filters>
>             <filter>src/assemble/filter.properties</filter>
>           </filters>
>           <descriptors>
>             <descriptor>src/assemble/distribution.xml</descriptor>
>           </descriptors>
>         </configuration>
> {code}
> It would be nice to encounter that infomration (and maybe more examples) here:
> http://maven.apache.org/plugins/maven-assembly-plugin/plugin-info.html
> which would have saved me, and probably other person as well, some time.
> Best regards /Lasse Bergström

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira