Im having issues in finding the group id of the jar file my maven project is using. basically i want to add new version of that group id,artifact id in pom.xml so that new version of jar gets downloaded from nexus.
my jar currently looks like /Users/harish/.m2/spring/com/local/api/platform/hike/AccountsSpecification/xxxx-creditaccounts-specification/1.5/xxxx-creditaccounts-specification-1.5.jar
and i dont see any of my pom.xml file with xxxx-creditaccounts-specification as artifact id.
kindly help me figure out which group id and artifact id is responsible for my jar file.