You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Darío Cutillas (Jira)" <ji...@apache.org> on 2020/05/04 06:22:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17098707#comment-17098707 ] 

Darío Cutillas commented on MASSEMBLY-927:
------------------------------------------

Thanks!

> 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)