Publish mulitple jars using multi-project to artifactory

Hi,

I am writing my first multi-project java project. The top level doesn’t have any code and each sub-project produces a standard java library jar. I want to publish all the jar and corresponding pom.xml to maven repo in artifactory. Any help in the best way to do this?