You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Gintas Grigelionis (Jira)" <ji...@apache.org> on 2021/01/19 11:53:00 UTC

[jira] [Created] (MDEPLOY-283) Improved configuration syntax for deploy-file

Gintas Grigelionis created MDEPLOY-283:
------------------------------------------

             Summary: Improved configuration syntax for deploy-file
                 Key: MDEPLOY-283
                 URL: https://issues.apache.org/jira/browse/MDEPLOY-283
             Project: Maven Deploy Plugin
          Issue Type: Improvement
            Reporter: Gintas Grigelionis


The configuration syntax for deployment of multiple files is ugly: <files>, <classifiers> and <types> as unrelated comma-separated and repetitive (for types) lists. I would like to propose

{{<items>}}
 {{  <item>}}
 {{    <file>...</file>}}
 {{    <classifier>...</classifier>}}
 {{    <type>...</type>}}
 {{  <item>}}
 {{</items>}}

as a complement (and maybe a replacement). 



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