Konrad Windszus created DOXIASITETOOLS-328: ----------------------------------------------
Summary: Allow to overwrite the edit source link with an alternative folder Key: DOXIASITETOOLS-328 URL: https://issues.apache.org/jira/browse/DOXIASITETOOLS-328 Project: Maven Doxia Sitetools Issue Type: Improvement Reporter: Konrad Windszus Sometimes regular Maven filtering is used to preprocess the doxia source files (for placeholder replacement only) when Velocity is just too much overhead/requires workarounds for like for level 2 headlines with markdown (https://maven.apache.org/plugins/maven-site-plugin/examples/creating-content.html#Filtering) In that case the generated edit button links to the wrong (temporary) location which was used as the input directory for the site (but is actually below {{target/....}}) and therefore not available in the SCM. There should be the possibility to give an alternative source directory for generating the edit link (instead of the one given through https://maven.apache.org/plugins/maven-site-plugin/site-mojo.html#siteDirectory) -- This message was sent by Atlassian Jira (v8.20.10#820010)