Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 64278200D79 for ; Sun, 31 Dec 2017 00:13:51 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 62D83160C35; Sat, 30 Dec 2017 23:13:51 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A94A6160C22 for ; Sun, 31 Dec 2017 00:13:50 +0100 (CET) Received: (qmail 77520 invoked by uid 500); 30 Dec 2017 23:13:49 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 77511 invoked by uid 99); 30 Dec 2017 23:13:49 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Dec 2017 23:13:49 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 1AB253A0118 for ; Sat, 30 Dec 2017 23:13:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1819700 - /maven/site/trunk/content/xdoc/source-repository.xml Date: Sat, 30 Dec 2017 23:13:49 -0000 To: commits@maven.apache.org From: hboutemy@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20171230231349.1AB253A0118@svn01-us-west.apache.org> archived-at: Sat, 30 Dec 2017 23:13:51 -0000 Author: hboutemy Date: Sat Dec 30 23:13:48 2017 New Revision: 1819700 URL: http://svn.apache.org/viewvc?rev=1819700&view=rev Log: added instructions for full Maven source code with Google repo Modified: maven/site/trunk/content/xdoc/source-repository.xml Modified: maven/site/trunk/content/xdoc/source-repository.xml URL: http://svn.apache.org/viewvc/maven/site/trunk/content/xdoc/source-repository.xml?rev=1819700&r1=1819699&r2=1819700&view=diff ============================================================================== --- maven/site/trunk/content/xdoc/source-repository.xml (original) +++ maven/site/trunk/content/xdoc/source-repository.xml Sat Dec 30 23:13:48 2017 @@ -38,6 +38,33 @@ under the License. Instructions for using the Apache Software Foundation Git repositories are at https://git-wip-us.apache.org.

+ +

+ As described in the next paragraphs, Maven full source code is dispatched in more than 100 Git repos: Maven core, but also plugins or components, + skins, a few svn2git read-only mirrors... +

+

+ To check out full Maven source code easily, we provide a simple way using additional Google repo tool + and an additional Git repository for tool's manifest: + + + + + + +
Apache Maven full source codehttps://gitbox.apache.org/repos/asf/maven-sources.git(GitHub mirror)
+

+
    +
  1. Install a git client if needed and the Google Repo tool.
  2. +
  3. Check out a new repo workspace and prepare master branch: +
    repo init -u https://gitbox.apache.org/repos/asf/maven-sources.git
    +repo sync
    +repo start master --all
    +
  4. +
  5. In your IDE, import the projects you're interested in from the repo workspace. Or directly build with command line the component you want.
  6. +
+
+

The Git repository for Maven contains a master branch which is the current development version. There is also a