While I was working on a Java EE project I created some utility classes. I like to package them to a Jar and share it with the community. I have all the classes in one separate package. I'm using Netbeans IDE.
What is the easiest way to make that package a Jar lib?
(Can NetBeans handle all it for me?)What are the important points I should consider?
Where can I share it, then other who are interested can use it and help me improve it? (GitHub? Google Code? SourceForge? Or somewhere else? )