It’s XML inheritance, pretty subpar. Here is anoth...
# random
c
It’s XML inheritance, pretty subpar. Here is another example: I needed to generate a
Version.kt
file to compile and include in my jar file, based on the content of a
.properties
. You can just inline it in Kobalt: https://github.com/cbeust/kobalt/blob/master/kobalt/src/Build.kt#L177 Doing this with Maven will require considerably more effort (if you’re lucky, there’s a plug-in for you, if not, write it yourself)