Is there a way to do an install on a jar-with-dependencies created using maven-assembly-plugin?
If you bind the assembly to the packaging phase, it will install in your repository both the "regular" jar and the with-dependencies jar when you do a build:
maven-assembly-plugin 2.3 jar-with-dependencies make-assembly package single