I set out to use a snapshot of the maven-release-plugin. I added the snapshot repo to the pluginRepositories, with snapshots set to true.
Then I called out version 2.0-beta-10-SNAPSHOT as my release. I got an error message from maven to the effect that it could not find the jar file. So I changed the version to call out the full timestamp version number, and it worked. is this the intended behavior?
