Return-Path: X-Original-To: apmail-deltaspike-commits-archive@www.apache.org Delivered-To: apmail-deltaspike-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6FC9310906 for ; Wed, 5 Feb 2014 09:59:34 +0000 (UTC) Received: (qmail 99193 invoked by uid 500); 5 Feb 2014 09:59:33 -0000 Delivered-To: apmail-deltaspike-commits-archive@deltaspike.apache.org Received: (qmail 99162 invoked by uid 500); 5 Feb 2014 09:59:33 -0000 Mailing-List: contact commits-help@deltaspike.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltaspike.apache.org Delivered-To: mailing list commits@deltaspike.apache.org Received: (qmail 99155 invoked by uid 99); 5 Feb 2014 09:59:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Feb 2014 09:59:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Feb 2014 09:59:32 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1DDD12388868 for ; Wed, 5 Feb 2014 09:59:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r896495 - in /websites/staging/deltaspike/trunk/content: ./ documentation.html Date: Wed, 05 Feb 2014 09:59:12 -0000 To: commits@deltaspike.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140205095912.1DDD12388868@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Wed Feb 5 09:59:11 2014 New Revision: 896495 Log: Staging update by buildbot for deltaspike Modified: websites/staging/deltaspike/trunk/content/ (props changed) websites/staging/deltaspike/trunk/content/documentation.html Propchange: websites/staging/deltaspike/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Wed Feb 5 09:59:11 2014 @@ -1 +1 @@ -1556792 +1564693 Modified: websites/staging/deltaspike/trunk/content/documentation.html ============================================================================== --- websites/staging/deltaspike/trunk/content/documentation.html (original) +++ websites/staging/deltaspike/trunk/content/documentation.html Wed Feb 5 09:59:11 2014 @@ -107,6 +107,7 @@ +
  • Testing Snapshots
  • Deployment mode
    • With Java EE6+
    • With Java EE5 or Servlet Containers
    • @@ -383,6 +384,23 @@ In the listings below replace the placeh +

      Testing Snapshots

      +

      If you would like to test the latest Snapshot, you can http://deltaspike.apache.org/build.html DeltaSpike locally or you get it from the Apache Snapshot-Repository:

      +
      <repositories>
      +    <repository>
      +        <id>apache-snapshot-repository</id>
      +        <url>http://repository.apache.org/snapshots/</url>
      +        <releases>
      +            <enabled>false</enabled>
      +        </releases>
      +        <snapshots>
      +            <enabled>true</enabled>
      +        </snapshots>
      +    </repository>
      +</repositories>
      +
      + +

      Deployment mode

      DeltaSpike can be deployed in different Java environments. Depending which Java container and release you are using, the procedure which is different is explained here after.