This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push: new 014f17b More accurate description of artifacts (#40) 014f17b is described below commit 014f17b31eb96323e370187f91be21b97f321051 Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Wed Sep 26 17:17:28 2018 -0400 More accurate description of artifacts (#40) --- content/markdown/glossary.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/markdown/glossary.md b/content/markdown/glossary.md index 5df3b55..9d37eb2 100644 --- a/content/markdown/glossary.md +++ b/content/markdown/glossary.md @@ -17,8 +17,8 @@ sometimes be confusing for newcomers. - **Artifact**: An artifact is something that is either produced or used by a project. Examples of artifacts produced by Maven for a project include: JARs, source and binary distributions, WARs. Each - artifact is uniquely identified by a [group id](#GroupId) and an - artifact ID which is unique within a group. + artifact is identified by a [group id](#GroupId), an + artifact ID, a version, a packaging, and a classifier. - **GroupId**: A group ID is a universally unique identifier for a project. While this is often just the project name (eg. `commons-collections`), it is helpful to use a fully-qualified