Hi every body,
While i setup the mdm on intellij by folowing the instruction in the built.txt file, i get this error after runnig the commad : mvn install
[INFO] Headwind MDM ....................................... SUCCESS [ 2.045 s]
[INFO] Core for MDM API ................................... SUCCESS [ 9.916 s]
[INFO] JWT Auth for MDM API ............................... SUCCESS [ 0.807 s]
[INFO] Push Notifications for MDM API ..................... SUCCESS [ 1.676 s]
[INFO] Plugins for MDM Server ............................. SUCCESS [ 0.058 s]
[INFO] Plugin Platform for MDM Server ..................... SUCCESS [ 0.325 s]
[INFO] Device Log Plugin for MDM Server ................... SUCCESS [ 0.036 s]
[INFO] Device Log Plugin for MDM Server - Core ............ SUCCESS [ 0.473 s]
[INFO] Device Log Plugin for MDM Server - Postgres ........ SUCCESS [ 0.474 s]
[INFO] Audit Plugin for MDM Server ........................ SUCCESS [ 0.485 s]
[INFO] Messaging Plugin for MDM Server .................... SUCCESS [ 1.123 s]
[INFO] Swagger UI ......................................... SUCCESS [ 7.314 s]
[INFO] MDM Server ......................................... FAILURE [ 52.865 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:18 min
[INFO] Finished at: 2022-04-17T11:47:59+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.7.6:grunt (install js libs) on project server: Failed to run task: 'grunt resolve' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.ei
rslett:frontend-maven-plugin:1.7.6:grunt (install js libs) on project server: Failed to run task
(note : i have already run the cmd : cp server/build.properties.example server/build.properties )
Please help i want to run it in intellij