1. How to install the SKYVVA adapter?
You have to contact with "support@skyvva.com" to get the Skyvva connector jar. Once you have the jar use the following steps to install that in your local maven repository. Pre-requisite:
- JDK 1.8+
- Maven 3.3+
- Set the Maven bin folder in Path environment variable so that mvn command should be available.
- Anypoint Studio 7.3.2+
- Mule Runtime 4.1.4+
- Salesforce Account with Skyvva Adapter
- Salesfroce ConsumerId and Secret to use for Oauth
Use the following maven command to install the given jar into your maven repository. (Update the version and jar name as applicable) mvn install:install-file -DgroupId=yourGroupId -DartifactId=yourArtifactId -Dversion=1.0.0 -Dclassifier=mule-plugin -Dpackaging=jar -Dfile=mule-skyvva-extension-mule-plugin.jar Once install you can use it using the following dependency in your maven based mule project inside pom.xml