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/02/25 14:45:00 UTC

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

Darío Cutillas created MASSEMBLY-927:
----------------------------------------

             Summary: 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


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)