I have a folder containing libraries which I ripped from a Maven repository and need to be able to load them into my local repository. Because they were extracted from Maven using the dependency:copy-dependencies goal they all have their artifact and version number as part of the file name. Most of these a proprietary libraries so I cannot just fetch them again from a global repository.
Any Ideas?
JLove