in my J2EE project I\'ve a couple of dependencies, which are not available in any Maven repository, because they\'re proprietary libraries. These libraries need to be availa
you can install them in a private, local repository (e.g. .m2/repository under your home directory): more details here