Maven RPM Plugin does not generate the scriptlets specified
I'm using maven 3.0.5. I thought the above post answered my question but I am using the rpm-maven-plugin version described in the post.
I have in my pom file a scriptlet that supposed to create a soft link,
<postinstallScriptlet>
<script>cd /usr/lib64; ln -s libodbccr.so.1.0.0 libodbccr.so</script>
</postinstallScriptlet>
But I don't see the soft link. Any clues?