Welcome to Headwind MDM Q&A, where you can ask questions and receive answers from other members of the community.

Please do not post bug reports, missing feature requests, or demo inquiries. If you have such an inquiry, submit a contact form.

0 votes
I just encountered this error after copying the server/build.properties.example to server/build.properties and then I tried to install mvn install, I am getting this error below and why is that ?

[ERROR] Failed to execute goal on project server: Could not resolve dependencies for project com.hmdm:server:war:0.1.0: The following artifacts could not be resolved: com.hmdm:common:jar:0.1.0, com.hmdm:notification:jar:0.1.0, com.hmdm:jwt:jar:0.1.0, com.hmdm.plugin:devicelog-core:jar:0.1.0, com.hmdm.plugin:devicelog-postgres:jar:0.1.0, com.hmdm.plugin:deviceinfo:jar:0.1.0, com.hmdm.plugin:audit:jar:0.1.0, com.hmdm.plugin:messaging:jar:0.1.0, com.hmdm.plugin:xtra:jar:0.1.0, com.hmdm.plugin:platform:jar:0.1.0, com.hmdm.plugin:push:jar:0.1.0: Could not find artifact com.hmdm:common:jar:0.1.0 in jitpack.io (https://jitpack.io) -> [Help 1]
ago by (160 points)

1 Answer

0 votes
Please run the command `mvn install` in the project root, not in the `server` subdirectory.
ago by (41.2k points)
...