SK SKYVVA Documentation

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:

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               org.mule.extension              mule-skyvva-extension              1.3.12           mule-plugin        > Note: Do not use the same version if you are trying to install a new version of jar and you have already install an older one previously.

Open this article in the interactive viewer →