Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-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 2552F173BC for ; Fri, 20 Mar 2015 21:31:00 +0000 (UTC) Received: (qmail 36485 invoked by uid 500); 20 Mar 2015 21:30:33 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 36314 invoked by uid 500); 20 Mar 2015 21:30:33 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 36171 invoked by uid 99); 20 Mar 2015 21:30:33 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Mar 2015 21:30:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D3384E192F; Fri, 20 Mar 2015 21:30:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dhirajsb@apache.org To: commits@camel.apache.org Date: Fri, 20 Mar 2015 21:30:36 -0000 Message-Id: <325adae89aa74a30a2169cdfc7ca95a3@git.apache.org> In-Reply-To: <932ba6327eda404d970684e76b714421@git.apache.org> References: <932ba6327eda404d970684e76b714421@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [05/17] camel git commit: Update README.md - Add Prefix "camelSalesforce" Update README.md - Add Prefix "camelSalesforce" The suffix "camelSalesforce" needs to be added as prefix to the properties. The command should be corrected as: mvn camel-salesforce:generate -DcamelSalesforce.clientId= -DcamelSalesforce.clientSecret= -DcamelSalesforce.userName= -DcamelSalesforce.password= Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/10c80635 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/10c80635 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/10c80635 Branch: refs/heads/camel-2.12.x Commit: 10c80635eb75f43646a44192727548391172dc03 Parents: 583ee40 Author: yelamanchili-murali Authored: Fri Oct 3 15:48:34 2014 +1000 Committer: Dhiraj Bokde Committed: Fri Mar 20 14:24:42 2015 -0700 ---------------------------------------------------------------------- .../camel-salesforce/camel-salesforce-maven-plugin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/10c80635/components/camel-salesforce/camel-salesforce-maven-plugin/README.md ---------------------------------------------------------------------- diff --git a/components/camel-salesforce/camel-salesforce-maven-plugin/README.md b/components/camel-salesforce/camel-salesforce-maven-plugin/README.md index 5bfd808..0424771 100644 --- a/components/camel-salesforce/camel-salesforce-maven-plugin/README.md +++ b/components/camel-salesforce/camel-salesforce-maven-plugin/README.md @@ -21,6 +21,6 @@ The plugin configuration has the following properties. Fro obvious security reasons it is recommended that the clientId, clientSecret, userName and password fields be not set in the pom.xml. The plugin should be configured for the rest of the properties, and can be executed using the following command: - mvn camel-salesforce:generate -DclientId= -DclientSecret= -DuserName= -Dpassword= + mvn camel-salesforce:generate -DcamelSalesforce.clientId= -DcamelSalesforce.clientSecret= -DcamelSalesforce.userName= -DcamelSalesforce.password= The generated DTOs use Jackson and XStream annotations. All Salesforce field types are supported. Date and time fields are mapped to Joda DateTime, and picklist fields are mapped to generated Java Enumerations.