
templates.macros.json.output.vm Maven / Gradle / Ivy
#macro(includeOutput, $output)
#if ($output)
#foreach($message in $output.getMessages())
#set($outputId = $counter.next())
#set($index = $foreach.index + 1)
Output $index
$message
#end
#end
#end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy