From: Kai Moritz Date: Mon, 7 Mar 2022 21:28:29 +0000 (+0100) Subject: Added a default and a warning an undefined command X-Git-Url: http://juplo.de/gitweb/?p=maven-thymeleaf-skin;a=commitdiff_plain;h=753d1e2bee20a13cc2e6a46f169ca3bfdf93845a;hp=7b236eb56c22153c6f220b8012ca6ecb553c3edb Added a default and a warning an undefined command --- diff --git a/src/main/resources/META-INF/maven/site.vm b/src/main/resources/META-INF/maven/site.vm index 39f55ec..09cef8f 100644 --- a/src/main/resources/META-INF/maven/site.vm +++ b/src/main/resources/META-INF/maven/site.vm @@ -125,6 +125,10 @@ #set ( $sitePath = $canonicalPath + $project.version + "/" ) #set ( $siteCrumbs = $decoration.custom.getChild( 'thymeproxy' ).getChild( 'crumbs' ).getValue() ) #set ( $command = $decoration.custom.getChild( 'thymeproxy' ).getChild( 'command' ).getValue() ) +#if ( !$command ) + #set ( $command = "" ) + +#end