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

Open
#562 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
java
Domain
build-system

Research direction

No source file or test is named. Begin by tracing the deploy-file configuration handling and compare the existing files, classifiers, and types lists with the proposed items/item structure. Clarify whether the new syntax complements or replaces the existing configuration; done requires that decision and its behavior to be specified.

Written by the indexing model from the issue text.

Description

enhancement priority:minor

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

Dominant language
Java
Stars
78
Forks
76
Avg merge
2d 5h
Merged PRs (30d)
13

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from apache/maven-deploy-plugin

All issues in apache/maven-deploy-plugin

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.