You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (Jira)" <ji...@apache.org> on 2020/04/26 17:26:00 UTC

[jira] [Closed] (MASSEMBLY-927) Support for properties mapping on executions of maven-assembly-plugin

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

Robert Scholte closed MASSEMBLY-927.
------------------------------------
    Fix Version/s: 3.3.0
         Assignee: Robert Scholte
       Resolution: Fixed

Fixed in [0a1aaada8a71334e1256587f91792b9807ae1b94|https://gitbox.apache.org/repos/asf?p=maven-assembly-plugin.git;a=commit;h=0a1aaada8a71334e1256587f91792b9807ae1b94]
The parameter {{additionalProperties}} has been added.

> Support for properties mapping on executions of maven-assembly-plugin
> ---------------------------------------------------------------------
>
>                 Key: MASSEMBLY-927
>                 URL: https://issues.apache.org/jira/browse/MASSEMBLY-927
>             Project: Maven Assembly Plugin
>          Issue Type: New Feature
>          Components: filtering
>            Reporter: DarĂ­o Cutillas
>            Assignee: Robert Scholte
>            Priority: Minor
>             Fix For: 3.3.0
>
>
> Support {{<properties>}} optional parameter on the {{single}} goal.
> The maven-assembly-plugin supports the use of {{<filters>}} to specify files with additional properties to use during the filtering. 
> I'd like to have the possibility of specifying a set properties in the pom without having to create separate property files.
> P.g.:
> {code:xml}
> <configuration>
>     <properties>
>         <myproperty>value</myproperty>
>     </properties>
> </configuration>
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)