Configuration menu Browse the repository at this point in the history
Commits on Feb 21, 2024
Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history
Commits on Feb 22, 2024
Configuration menu Browse the repository at this point in the history
Commits on Feb 29, 2024
Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history
Commits on Mar 17, 2024
Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history
Commits on Mar 19, 2024
Configuration menu Browse the repository at this point in the history
Commits on Mar 27, 2024
Configuration menu Browse the repository at this point in the history
Commits on Apr 1, 2024
Configuration menu Browse the repository at this point in the history
Commits on Apr 20, 2024
Configuration menu Browse the repository at this point in the history
Commits on Apr 30, 2024
Configuration menu Browse the repository at this point in the history
Commits on May 2, 2024
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. Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history
Commits on May 3, 2024
Configuration menu Browse the repository at this point in the history