maven-deploy-plugin icon indicating copy to clipboard operation
maven-deploy-plugin copied to clipboard

[MDEPLOY-283] Improved configuration syntax for deploy-file

Open jira-importer opened this issue 4 years ago • 0 comments

Gintas Grigelionis opened MDEPLOY-283 and commented

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


1 votes, 2 watchers

jira-importer avatar Jan 19 '21 11:01 jira-importer