I am trying to get the absolute path of a resource generate by an archetype.
I tried to replace the line above with
- "${project.basedir}"
- "${project.build.directory}"
- "${basedir}"
- "${outputDirectoryFile}"
- "${outputDirectoryFile}/${artifactId}"
- "${basedir}/${artifactId}"
but none of these worked. The furthest I got was to get the /${artifactId} part right.
The file is listed as filtered in archetype-metadata.xml
Is there a variable I can use to get the absolute path of the directory generated?