foundweekends / giter8

a command line tool to apply templates defined on GitHub
https://www.foundweekends.org/giter8/
Apache License 2.0
1.74k stars 225 forks source link

Allow specifying properties with arguments even if default resolution fails #874

Open ptrdom opened 6 months ago

ptrdom commented 6 months ago

Currently in the case of maven properties, if the property fails to resolve within the defaults - for example, if artifact is not released yet - then even if argument for a property exists it won't be resolved and template processing fails. I would be useful if default value resolution would be delayed and would only fail if there is no argument provided to override the default.

If such improvement would be accepted, I could work on implementing it.