When I am deploying a custom jar file i.e. name1.3.jar as maven artifact, it changes the jar name with name1.3-name1.3.jar, I really don't want to change the name, so I un-checked the "Deploy as maven artifact" and set the target path to name/1.3/name1.3.jar. Now when I try to get the dependency tag to access this jar file, it doesn't give me an option, I tried as per tutorial but it failed to find the file. Here is my dependency tag.When I am deploying a custom jar file i.e. name