all
There are two questions actually.
I'm now using Sonatype Nexus 2.11.3-01 as my private repository server. However, logged in with admin, I found that the Artifact Upload tab is missing in default Snapshots repository. I'm not sure why as this tab is in Releases or 3rd party. Is this a defect or am I missing something when doing setting in Nexus? This will cause 401 error when trying to deploy the jar file to Snapshots repository -- Return code is: 401, ReasonPhrase: Unauthorized. -> (I checked my setting for credentials and they are all correct.)
I have a customized jar file and I would like to put it into Snapshots repository. But when using Maven to upload the snapshot jar into Nexus, it will add a timestamp in the file name. Based on my search in Maven 3 it drop the support to remove the timestamp in snapshots. So is it possible to retrieve the latest jar in Nexus from POM file?
Thanks!