This is an automated email from the ASF dual-hosted git repository. michaelo 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 f51cafe Change 'plugins' to 'artifacts' in pom.apt f51cafe is described below commit f51cafee43eed1a97e513c602f7f4b205e581021 Author: Alexandru Pană <alexp...@users.noreply.github.com> AuthorDate: Mon Apr 6 15:31:34 2020 +0300 Change 'plugins' to 'artifacts' in pom.apt Change the word "plugins" to "artifacts" when referring to the majority of artifacts in the central repository. --- content/apt/pom.apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/apt/pom.apt b/content/apt/pom.apt index 7a4bbd2..4f48c81 100644 --- a/content/apt/pom.apt +++ b/content/apt/pom.apt @@ -1891,7 +1891,7 @@ scm:cvs:pserver:127.0.0.1:/cvs/root:my-project * {Plugin Repositories} Repositories are home to two major types of artifacts. The first are artifacts that are used as - dependencies of other artifacts. These are the majority of plugins that reside within central. + dependencies of other artifacts. These are the majority of artifacts that reside within central. The other type of artifact is plugins. Maven plugins are themselves a special type of artifact. Because of this, plugin repositories may be separated from other repositories (although, I have yet to hear a convincing argument for doing so). In any case, the structure of the <<<pluginRepositories>>>