Date: 2004-06-22T09:41:35 Editor: 67.234.191.117 <> Wiki: Incubator Wiki Page: DepotTerminology URL: http://wiki.apache.org/incubator/DepotTerminology
no comment Change Log: ------------------------------------------------------------------------------ @@ -1,11 +1,15 @@ +#pragma section-numbers off + +'''Contents''' +[[TableOfContents]] + = Depot Terminology = = Main terms = -Artifact -- An entity in a repository (e.g. junit-3.8.1.jar) -Group -- Artifacts are groups (e.g. junit) -Repository -- A remote (or local) collection of artifacts (e.g. http://www.ibiblio.org/maven/) - + * '''Artifact''' -- An entity in a repository (e.g. junit-3.8.1.jar) + * '''Group''' -- Artifacts are groups (e.g. junit) + * '''Repository''' -- A remote (or local) collection of artifacts (e.g. http://www.ibiblio.org/maven/) -Hierarchical Repository -- A repository with groups -Flat Repository -- A repository where artifacts from all groups are at the same level + * '''Hierarchical Repository''' -- A repository with groups + * '''Flat Repository -- A repository where artifacts from all groups are at the same level --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
