Hi... I have a question about installing multiple jars into a maven repository. For example, if I want to install Spring 2.5.6 and all its related jars, like spring-webmvc.jar, spring-jdbc.jar etc. What is the best way to organize the repository? The -DgroupId specifies the directory and the -DartifactId specifies the filename, so I am unsure if there is a way to install all spring 2.5.6 jar and related module jars in the same group.
Thanks -- View this message in context: http://www.nabble.com/Installing-Multiple-JARs-to-Maven-repository-tp24575519p24575519.html Sent from the Maven - Users mailing list archive at Nabble.com.
