When I run \"mvn deploy:deploy\", maven deploys 4 jar files to my internal remote repository.
They are:
[module-name]-1.jar
[module-name]-1.pom
[modu
Maven mvn deploy:deploy
deploys all produced artifacts during maven process (default lifecycle). To not deploy [module-name]-1-sources.jar
you should simply(?) not produce one. If you are using maven-source-plugin
to attach source files just don't use it anymore.
If this is not the case you are experiencing please provide more details:
[module-name]-1-sources.jar
artifact (which plugin generate this artifact?)