Developing Snaps
Discuss how to build custom Snaps.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Could not resolve dependencies for project com.snaplogic:demosnappack:jar:1: Failure to find org.apache.commons:commons-csv:jar:1.0-SNAPSHOT

[ERROR] Failed to execute goal on project demosnappack: Could not resolve dependencies for project com.snaplogic:demosnappack:jar:1: Failure to find org.apache.commons:commons-csv:jar:1.0-SNAPSHOT in http://maven.clouddev.snaplogic.com:8080/nexus/con...

nagrajps by New Contributor
  • 16786 Views
  • 17 replies
  • 0 kudos

[ERROR] Failed to execute goal on project demosnappack:

C:\opt\snaplogic-dev\demosnappack>mvn clean install [INFO] Scanning for projects… [WARNING] [WARNING] Some problems were encountered while building the effective model for com.snaplogic:demosnappack:jar:1-0001 [WARNING] ‘version’ contains an expressi...

nagrajps by New Contributor
  • 3024 Views
  • 0 replies
  • 0 kudos

Maven archetype not reachable

Hi, I am currently trying to dip my toes into custom Snap development (on Mac OS). I am following this documentation: Snap Development Documentation When I try to download the Maven archetype, I get the following error: ~  opt  snaplogic-dev  mvn ...

Reducing file size of demo snap pack

Robin or others, I know we’ve solved this before, but I’m generating a brand new “demo snap pack” from the documentation. The output file is 53MB. That seems a little big. Diffing another snap pack, it appears the culprit is the jfilesystem artifac...

Adding a button to a Snap

Dear Experts I am now in developing Snaps. I am trying to create an Account Snap with works similarly to the REST Snap. I am however struggling with the following points: How can I add a button to the UI (Similar to the “Authorize” button in the Rest...

johnbilay by New Contributor II
  • 1241 Views
  • 2 replies
  • 0 kudos

API - Get Document key value pair as Linked Map

The current API documentUtility.getAsMap(doc, errorViews) returns the documents as a key value pair in a map. What I want is to retain the ordinal positioning of what is in the Document and get it as a Linked Map. So essentially documentUtility.get...