Tried to build the HBase maven site with this, but got an error. ``` [INFO] Parent project loaded from repository: org.apache:apache:pom:18 [INFO] Relativizing decoration links with respect to project URL: http://hbase.apache.org [INFO] Rendering site with org.apache.maven.skins:maven-fluido-skin:jar:1.8-hbase skin. [INFO] Skipped "About" report (maven-project-info-reports-plugin:2.9:index), file "index.html" already exists for the English version. [INFO] Rendering 14 Doxia documents: 14 xdoc [ERROR] ResourceManager : unable to find resource 'site-macros.vm' in any resource loader. [ERROR] #parse(): cannot find template 'site-macros.vm', called from template META-INF/maven/site.vm at (18, 1) ```
The error seems to be coming from `./src/main/resources/META-INF/maven/site.vm`, but I don't know why it can find site.vm but not site-macros.vm which is in the same directory. Obligatory, it may be something brutally obvious. Haven't dug yet :) [ Full content available at: https://github.com/apache/maven-fluido-skin/pull/6 ] This message was relayed via gitbox.apache.org for [email protected]
