Table of Contents

Search

  1. Preface
  2. Introduction to Edge Data Streaming Custom Entity Types
  3. Managing Custom Entity Types
  4. Custom Entities from Maven Archetypes
  5. REST APIs
  6. HTTP Request and Response Parameters
  7. Sample JSON Requests and Responses
  8. Glossary

Developer Guide

Developer Guide

Step 2: Copy the API JAR File and the Archetypes to the Local Repository

Step 2: Copy the API JAR File and the Archetypes to the Local Repository

Copy the extracted
vds-api.jar
and the archetypes to the local Maven repository. The local Maven repository stores the plugin jar files and other files that are downloaded by Maven.
The archetypes are located in the following directory:
EDS-api-reference\archetypes
  1. Set the
    M2_HOME
    environment variable to the Maven installation directory.
  2. Set the
    PATH
    to the
    M2_HOME/bin
    directory.
  3. Verify that the
    JAVA_HOME
    is set to the directory where the JDK is installed.
  4. Open a command prompt in Windows or a terminal in Linux.
  5. Navigate to the folder where you extracted the files from the
    EDS-api-reference.zip
    file.
  6. Navigate to the
    scripts
    folder.
  7. To copy the API JAR file and the archetypes to the local repository, run the following command:
    • install-eds-api.bat
      . Run this command on Windows.
    • /install-eds-api.sh
      . Run this command on Linux.

0 COMMENTS

We’d like to hear from you!