guys I don't know what could be wrong, but I'm deploying snapshot and sources with gpg:sign-and-deploy-file
, but the sources name does always have the value of the following buildnumber. Like artifact-timestamp-1.jar and artifact-timestamp-2-sources.jar
so that if I then have a snapshot dependency, it is looking for artifact-timestamp-2.jar instead of artifact-timestamp-1.jar
I'm not using any build number plugin etc., the pom definitions for this artifact is having only credentials.
I also don't use SCM...
IS THERE ANY WORKAROUND FOR DEPLOYING SNAPSHOT SOURCES ? Cause obviously it is not allowed be design.