Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jira-importer opened this issue Jan 19, 2021 · 0 comments
Open

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

jira-importer opened this issue Jan 19, 2021 · 0 comments
Labels
enhancement New feature or request priority:minor Minor loss of function, or other problem where easy workaround is present

Comments

@jira-importer
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority:minor Minor loss of function, or other problem where easy workaround is present
Projects
None yet
Development

No branches or pull requests

1 participant