Is there a way to do an install on a jar-with-dependencies created using maven-assembly-plugin?
One way would be to create a project where you use the assembly-plugin. In the assembly-plugin configuration you can specify what output you want (jar, zip, ...)
In this projects pom you can put your dependencies and build it. Every time you execute the install command all your dependencies will be in your packaged file.