I am looking forward to an solution to my current problem with maven and my IDE Intellij Idea 16. I have got around 100-150 different libraries from my customer, which I need to include to my maven project. It is a lot of work to the maven install-plugin command 150 times. I already included them into my IDEs project as external dependency.
Is there any solution to integrate them easily into my repository without 150 times typing of the install-command?
How can IntelliJ Idea help me to integrate them? I've googled so far, but no usefull results.