Artifacts with SNAPSHOT versions, the "SNAPSHOT" is replaced with timestamp only during deploy phase (to remote repository) and not for "install" phase (local repository)?
The deploy behavior is governed by the uniqueVersion parameter (true and you get the timestamp, false and it remains as -SNAPSHOT). But I don't see that parameter for the install plugin.