You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2018/12/16 21:30:37 UTC

[maven-site] branch master updated: [MNGSITE-361] Use of ibiblio on "Maven Getting Started Guide" is confusing or unclear

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 84ff7c7  [MNGSITE-361] Use of ibiblio on "Maven Getting Started Guide" is confusing or unclear
84ff7c7 is described below

commit 84ff7c79d5b6c75a30fa99ac971d583ede8b61ed
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Dec 16 22:30:23 2018 +0100

    [MNGSITE-361] Use of ibiblio on "Maven Getting Started Guide" is confusing or unclear
---
 content/apt/guides/getting-started/index.apt | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/content/apt/guides/getting-started/index.apt b/content/apt/guides/getting-started/index.apt
index 8210344..3d0ad77 100644
--- a/content/apt/guides/getting-started/index.apt
+++ b/content/apt/guides/getting-started/index.apt
@@ -911,9 +911,8 @@ mvn process-resources "-Dcommand.line.prop=hello again"
  {{{../introduction/introduction-to-repositories.html}Introduction to Repositories}}.
 
  Let's add another dependency to our project.  Let's say we've added some logging to the code and need to add log4j as a dependency.
- First, we need to know what the groupId, artifactId, and version are for log4j.  We can browse ibiblio and look for it, or use Google
- to help by searching for "site:www.ibiblio.org maven2 log4j".  The search shows a directory called /maven2/log4j/log4j (or
- /pub/packages/maven2/log4j/log4j).  In that directory is a file called maven-metadata.xml.  Here's what the maven-metadata.xml for
+ First, we need to know what the groupId, artifactId, and version are for log4j. The appropriate directory on Maven Central is called
+ /maven2/log4j/log4j. In that directory is a file called maven-metadata.xml.  Here's what the maven-metadata.xml for
  log4j looks like:
 
 +----+