It would be quite useful to be able to filter variables when generating the site. For instance, if I put a ${project.version} in one of my files, I would like to see it replace by my actual project version.
Right now, I need to use the resource plugin over the site first and then xsite. It works but is a bit of a hack.
I made an example here of what I meant.
It would be quite useful to be able to filter variables when generating the site. For instance, if I put a
${project.version}in one of my files, I would like to see it replace by my actual project version.Right now, I need to use the resource plugin over the site first and then xsite. It works but is a bit of a hack.
I made an example here of what I meant.