On a Redhat system running maven 3.0.3, certain artifacts are being downloaded with the timestamp instead of the -SNAPSHOT.jar
ending.
a-2.3.0-20140206.210030-51.jar
b-2.3.0-20140206.205829-51.jar
etc.
However, on a Ubuntu system running maven 3.0.3, the same downloaded artifacts have the -SNAPSHOT.jar
ending.
a-2.3.0-SNAPSHOT.jar
b-2.3.0-SNAPSHOT.jar
The settings.xml files are identical. The ~/.m2/repository
has been blow away. The repo is identical.
What am I missing?