org.joget.plugin.directory does not exist when building a plugin
Confluence User - 19 Aug, 2024
Hi,
I am trying to build the plugin from the GitHub repo below:
https://github.com/jogetoss/openid-connect-authentication
I have cloned the repository locally.
After setting up all the source code and environment (with JDK 17 and Maven 3.9.8) as guided in here, I try to clean and build using mvn clean install command but got the following errors:
error: package org.joget.plugin.directory does not exist
error: package org.joget.plugin.directory.dao does not exist
openid-connect-authentication\src\main\java\org\joget\plugin\marketplace\OpenIDDirectoryManager.java:[88,44] error: cannot find symbolAnyone know where should I find and install the packages?
Thanks.
plugins;plugin;openid