How to publish the jars to repository after creating multiple jars from single jar using maven assem
- by Abhijit Hukkeri
Hi
I have a used the maven assembly plugin to create multiple jar from one jar now the problem is that I have to publish these jar to the local repo, just like other maven jars publish by them self when they are built maven clean install how will I be able to do this
here is my pom file
<project>
<parent>
…