Hi, > I was able to override this, by copying the original template from here: > https://github.com/andriusvelykis/reflow-maven-skin/blob/master/reflow-maven-skin/src/main/resources/META-INF/maven/site.vm > > To here: > https://gitbox.apache.org/repos/asf?p=incubator-plc4x.git;a=blob;f=src/site/template/maven-site.vm;h=adf7d61b9bc17a81ca05f5843eb712779e831ab3;hb=refs/heads/feature/fine-tuned-site-generation > > So, is this ok to do so? Would I need some additional attribution?
Look OK to me, Apache licensed software doesn't require attribution. It does however have a NOTICE file [1] so I would add this to NOTICE: Reflow Maven skin and Velocity tools Copyright 2012 Andrius Velykis (as the rest of the NOTICE file doesn't seem to be bundled) You can also add it to LICENSE [2] but it’s not required. Thanks, Justin 1. https://github.com/andriusvelykis/reflow-maven-skin/blob/master/NOTICE 2. http://www.apache.org/dev/licensing-howto.html#alv2-dep
