Hello, Can I configure a dependency to use a particular timestamp version of a SNAPSHOT ?
For example, the "20070606.164150-5" of maven-surefire-plugin 2.3.1-SNAPSHOT
Using :
"
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.3.1-20070606.164150-5</version>
</plugin>
"
seems to work, but I'm not sure about the effect it has on my dependencies
Nico.
