Build CyberArk Open Soure JAR File
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2025 06:31 AM
Hi,
I want to follow the following documentation (https://www.servicenow.com/docs/bundle/vancouver-platform-security/page/product/credentials/concept/...). Therefore I have to create the open source JAR File like it is described in the ServiceNow Github (https://github.com/ServiceNow/mid-cyberark-external-credential-resolver/tree/main?tab=readme-ov-file).
Unfortunately I always get an error message when I want to build the maven project because the file paths for the dependencies refer to a non-existing file. That is because I want to create the JAR File on my personal computer and not on the MID Server.
Is this approach not possible? Do I have to create an IDE on my Server which hosts the MID Server to create the JAR File? Has somebody done this before and can help me?