We have some 3rd-party jars checked-in to our project. We\'d like to add them to the classpath. That\'s it. We don\'t want to set up a local maven repo (because that would b
It is indeed possible, but there's a reason why maven and dependency management exists. If you have many dependencies changing versions creating a repo is the recommended approach.