From commits-return-18316-archive-asf-public=cust-asf.ponee.io@struts.apache.org Mon Feb 4 10:07:55 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 96145180651 for ; Mon, 4 Feb 2019 11:07:54 +0100 (CET) Received: (qmail 49029 invoked by uid 500); 4 Feb 2019 10:07:53 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 49020 invoked by uid 99); 4 Feb 2019 10:07:53 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Feb 2019 10:07:53 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 6036285BEB; Mon, 4 Feb 2019 10:07:51 +0000 (UTC) Date: Mon, 04 Feb 2019 10:07:51 +0000 To: "commits@struts.apache.org" Subject: [struts-site] branch master updated: Uses a proper link to nightly builds MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154927487132.22925.17860745581331895308@gitbox.apache.org> From: lukaszlenart@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: struts-site X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5e18ecc0c4a13ec0ff6853adfc1e856454a32378 X-Git-Newrev: 33c40e07af6a3aff28756252e1f4a49063a480ee X-Git-Rev: 33c40e07af6a3aff28756252e1f4a49063a480ee X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-site.git The following commit(s) were added to refs/heads/master by this push: new 33c40e0 Uses a proper link to nightly builds 33c40e0 is described below commit 33c40e07af6a3aff28756252e1f4a49063a480ee Author: Lukasz Lenart AuthorDate: Mon Feb 4 11:07:45 2019 +0100 Uses a proper link to nightly builds --- source/builds.md | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/source/builds.md b/source/builds.md index 3322726..db63422 100644 --- a/source/builds.md +++ b/source/builds.md @@ -24,12 +24,15 @@ Read-only access to the Apache Struts source repository is available through bot With the [Git client](http://git-scm.com/) installed, obtaining a working copy of the Struts codebase is as simple as - > git clone https://gitbox.apache.org/repos/asf/struts.git +``` +> git clone https://gitbox.apache.org/repos/asf/struts.git +``` or from GitHub - > git clone https://github.com/apache/struts.git - +``` +> git clone https://github.com/apache/struts.git +``` For more about using version control systems at Apache, see the ASF's [Source Code Repositories](http://www.apache.org/dev/#version-control) page. @@ -43,11 +46,15 @@ your own applications!) With Maven installed, building a Struts codebase is as simple as - > mvn install +``` +> mvn install +``` or - > mvn -DskipAssembly=true install +``` +> mvn -DskipAssembly=true install +``` Maven will automatically download any dependencies as needed. @@ -60,7 +67,7 @@ For more about using Maven to build Struts 1, see our [Maven wiki page.](http:// ## NightlyBuilds As part of our continuous integration practice, we also make available each morning the -[latest stable development build.](https://builds.apache.org/view/S-Z/view/Struts/job/Struts2-JDK6/lastStableBuild/org.apache.struts$struts2-assembly/) +[latest stable development build.](https://repository.apache.org/content/repositories/snapshots/org/apache/struts/struts2-assembly/) *Again: Use at your own risk!* @@ -89,13 +96,15 @@ of the distribution may be upgraded to "Beta" or "General Availability", based o and then made available through ibiblio and other public Maven repositories. To obtain an early distribution via Maven, specify the ASF Snapshot repository in the project's POM. - - - apache.snapshots - ASF Maven 2 Snapshot - https://repository.apache.org/content/groups/snapshots/ - - +```xml + + + apache.snapshots + ASF Maven 2 Snapshot + https://repository.apache.org/content/groups/snapshots/ + + +``` ## Licensing of Apache Struts Builds