
plugins.crawloverview-plugin.5.2.3.source-code.config.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of crawloverview-plugin Show documentation
Show all versions of crawloverview-plugin Show documentation
Generates an HTML report with a snapshot overview of what is crawled.
The newest version!
#set ( $page = "config") #set( $baseUrl = ".")
Crawl configuration
#foreach ($mapEntry in $config.entrySet())
${mapEntry.key}
#if( ! $mapEntry.value )
undefined
#else
${mapEntry.value}
#end
#end
#parse ( "version.html" )
© 2015 - 2025 Weber Informatics LLC | Privacy Policy