We have project with lot of precanned test files, so obviously the test-jar file is very big. Since no one uses test jar(at least in out project), we don't gain any benefit by uploading it.
When we run the maven deploy command, I want it to only upload the project jar file and not the test jar file. Is there a way to achieve that?