I have recently published a first stable release for my open source library http://jooq.sourceforge.net. On popular demand, I would like to place my artifacts into a maven repository, but I don't know exactly what that means.
I know maven to be a dependency management system. I know that I have to create descriptive XML files for my deliverables. The question is
- How do I create that XML file (with what info)?
- I have an (optional) dependency on log4j. How do I specify that?
- Where do I add that XML file (i.e. inside each .jar file? inside the .zip file)
- Where can I upload my artifacts? Are there any public repositories, that I can reference from my project website?
- What will I upload to that repository?