I\'m mavenizing some projects.
These projects all depend on a number of libraries, most of them are available in the maven repo. For the other libraries, I\'d like to cr
You can use the Maven Deploy Plugin to upload your JAR file (and optionally a POM file, though by default one will be created for you) to your Maven repository.