java Programming Glossary: timestamped
How do you deal with maven-3 timestamped snapshots efficiently? http://stackoverflow.com/questions/4275466/how-do-you-deal-with-maven-3-timestamped-snapshots-efficiently do you deal with maven 3 timestamped snapshots efficiently Now that maven 3 did drop support for.. snapshot artefacts it seems that you really need to use timestamped SNAPSHOTS. Especially m2eclipse which does use maven 3 internally.. false Now it seems no big problem to switch to the timestamped version after all they are managed by a central nexus repository..
|