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 9DA8B200CB0 for ; Fri, 9 Jun 2017 00:26:47 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9C621160BE7; Thu, 8 Jun 2017 22:26:47 +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 E26A9160BD5 for ; Fri, 9 Jun 2017 00:26:46 +0200 (CEST) Received: (qmail 59513 invoked by uid 500); 8 Jun 2017 22:26:46 -0000 Mailing-List: contact commits-help@openwebbeans.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwebbeans.apache.org Delivered-To: mailing list commits@openwebbeans.apache.org Received: (qmail 59502 invoked by uid 99); 8 Jun 2017 22:26:46 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jun 2017 22:26:46 +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 A260C3A2361 for ; Thu, 8 Jun 2017 22:26:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1798135 [1/2] - in /openwebbeans/cms-site/trunk/content/meecrowave/meecrowave-core: cli.html cli.pdf Date: Thu, 08 Jun 2017 22:26:45 -0000 To: commits@openwebbeans.apache.org From: rmannibucau@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170608222645.A260C3A2361@svn01-us-west.apache.org> archived-at: Thu, 08 Jun 2017 22:26:47 -0000 Author: rmannibucau Date: Thu Jun 8 22:26:45 2017 New Revision: 1798135 URL: http://svn.apache.org/viewvc?rev=1798135&view=rev Log: fixing meecrowave cli doc Modified: openwebbeans/cms-site/trunk/content/meecrowave/meecrowave-core/cli.html openwebbeans/cms-site/trunk/content/meecrowave/meecrowave-core/cli.pdf Modified: openwebbeans/cms-site/trunk/content/meecrowave/meecrowave-core/cli.html URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/meecrowave/meecrowave-core/cli.html?rev=1798135&r1=1798134&r2=1798135&view=diff ============================================================================== --- openwebbeans/cms-site/trunk/content/meecrowave/meecrowave-core/cli.html (original) +++ openwebbeans/cms-site/trunk/content/meecrowave/meecrowave-core/cli.html Thu Jun 8 22:26:45 2017 @@ -135,10 +135,6 @@

Should ServletContainerInitialize support injections.

-

--java9-skip-workarounds

-

Should the java9 workarounds be skipped, default to false if on java 9

- -

--jaxrs-beanvalidation

Should bean validation be activated on JAX-RS endpoint if present in the classpath.

@@ -351,6 +347,10 @@

In memory users

+

--watcher-bouncing

+

Activate redeployment on directories update using this bouncing.

+ +

--web-resource-cached

Cache web resources

@@ -358,6 +358,22 @@

--web-xml

Global web.xml

+ +

--help

+

Show the CLI help/usage

+ + +

--context

+

The context to use to deploy the webapp

+ + +

--webapp

+

Location of the webapp, if not set the classpath will be deployed

+ + +

--docbase

+

Location of the docbase for a classpath deployment

+