Comparing modello-2.3.0...modello-2.4.0 · codehaus-plexus/modello (original) (raw)

Commits on Feb 17, 2024

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history
  3. Configuration menu
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Keep license structure (#440)
    What happens is that license is handled as string, that later deep below (in XmlWriterUtil, from plexus-utils) is stripped by Line Separators (hence paragraph lines are gone) and spit into string.
    Instead, make this a list of strings, and just write them out line by line, as XML comment structure allows it.
    Also change config from Properties to Map<String, Object> and now it is possible to configure List for license.
    @cstamas
    Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Browse the repository at this point in the history