In an external postinstallScriptlet
as follows, is there a way to access maven properties such as ${project.artifactId}
? The pom.xml file has this snippet:
<postinstallScriptlet>
<scriptFile>scripts/postinstall.sh</scriptFile>
<fileEncoding>utf-8</fileEncoding>
</postinstallScriptlet>