Hello, I think Maven official should give a tree list, which lists all of artifacts by groupId+artifactId+version. Then users can search artifacts convinently Although we can search artifacts from central repository site, the way can not browser all of artifacts quickly.
a cup of Java, cheers! Sha Jiang Wendy Smoak-3 wrote: > > On 11/7/06, jiangshachina <[EMAIL PROTECTED]> wrote: > >> But at Maven central repository, http://www.ibiblio.org/maven2/ >> I don't find any accurate regular. >> For example, Apache Commons projects aren't grouped as org.apache, or >> org.apache.commons, or apache.commons, even not commons. >> Each Commons project is individual groupId. > > That (individual group ids) was the convention for Maven 1. Changing > to org.apache.commons is under discussion on the Commons development > list. Because the Commons libraries are so widely used, it needs to > be done very carefully. > >> Why Maven central repo classifies jars as the regular? >> And how do I name goupId for 3rd-part files not hosted by Maven central >> repo? > > There are some suggestions for Sun's jars, here: > http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html > > If it's not one of those, I usually use the package name or the > company's domain name (reversed) for the groupId. > > -- > Wendy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/naming-groupId-and-artifactId--tf2593023s177.html#a7233686 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
