Hi, I am a newbie to maven and I am still trying to get a grip of how maven works. I am actually trying to use 3rd party jars to build my android project and I have successfully uploaded all the jars to local maven repository using mvn deploy:deploy-file.
While uploading these jars I have given unique artifact id to each jar but I have given same groupid. I was curious if I have to use all the jars in this group do I have to create a separate dependency section for each jar or is there an easier way to use all artifacts in a group. Thanks, Hari.
