I am creating a maven archetype. It should contain some predefined files in
src/site/markdown
. These files should include the artifactId.
I tried to reference it using ${artifactId}
inside the md file but no luck.
Any other idea?
For the respective fileset in the archetype-metadata.xml
one need to set filtered=true
.