Maven: Why is the -SNAPSHOT suffix missing from artifact file name?
问题 My maven artifact is deployed to a Nexus snapshot repository. There, it is stored in the correct directory, but its filenames have the following pattern: mylibrary-1.0-20130213.125827-2.jar However, Maven fails to download that snapshot. According to the error log, Maven seems to expect the following file name: mylibrary-1.0-SNAPSHOT.jar These are the repository settings in my pom: <repositories> <repository> <id>mycompany-all</id> <url>https://servername/nexus/content/groups/mycompany/</url>