Hi All,
I have project with set of java file in project. I am generating two jars and i am able to upload the these two jar into maven based repo. one jar file contain all the class files in project and another custom jar file contain only specific files let say client related files. when I upload custom (client jar ) to maven repo it getting all the dependencies of the project but here i want to restrict the dependencies list or is there any way to specify dependencies list to client jar related pom file?
Please help us to resolve the issue.