When i tried to upload my maven project getting an exception like
There was a problem processing your file. We could not find a *-tests.jar file in the root of your test package. Please unzip your test package, verify that at least one *-tests.jar file is in the root of your package, and try again.
But i have created my Clubcard-1.0-SNAPSHOT-tests.jar and which is stored under target folder.
Also tried locating the jar file under root folder but still getting same issue