You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/05/21 05:45:12 UTC

[2/2] camel git commit: Update README.md

Update README.md

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f8b93890
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f8b93890
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f8b93890

Branch: refs/heads/master
Commit: f8b938907d62f193ecfb06ee69a26289b9cae83b
Parents: 0686159
Author: ssatguru <ss...@gmail.com>
Authored: Thu May 19 17:40:00 2016 -0500
Committer: Claus Ibsen <da...@apache.org>
Committed: Sat May 21 07:45:03 2016 +0200

----------------------------------------------------------------------
 .../camel-salesforce-maven-plugin/README.md     | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/f8b93890/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 0424771..57b7bcd 100644
--- a/components/camel-salesforce/camel-salesforce-maven-plugin/README.md
+++ b/components/camel-salesforce/camel-salesforce-maven-plugin/README.md
@@ -10,6 +10,7 @@ The plugin configuration has the following properties.
 * clientSecret - Salesforce client secret for Remote API access
 * userName - Salesforce account user name
 * password - Salesforce account password (including secret token)
+* loginUrl - Salesforce loginUrl (defaults to "https://login.salesforce.com")
 * version - Salesforce Rest API version, defaults to 25.0
 * outputDirectory - Directory where to place generated DTOs, defaults to ${project.build.directory}/generated-sources/camel-salesforce
 * includes - List of SObject types to include
@@ -18,6 +19,25 @@ The plugin configuration has the following properties.
 * excludePattern - Java RegEx for SObject types to exclude
 * packageName - Java package name for generated DTOs, defaults to org.apache.camel.salesforce.dto.
 
+Additonal properties to provide proxy information if behind a firewall.
+
+* httpProxyHost
+* httpProxyPort
+* httpProxyUsername
+* httpProxyPassword
+* httpProxyRealm
+* httpProxyAuthUri
+* httpProxyUseDigestAuth
+* httpProxyIncludedAddresses
+* httpProxyExcludedAddresses
+
+Sample plugin
+```
+
+```
+
+
+
 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: