
plugins.crawloverview-plugin.5.2.3.source-code.urls.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 = "urls") #set( $baseUrl = ".")
URL's visited
#foreach( $url in $urls.keySet() )
${url}
#foreach( $state in $urls.get($url) ) ${state}, #end
#end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy