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'm trying to follow the instructions you have on here:

https://h-mdm.com/advanced-web-panel-installation/

I'm running into the following issue:

[INFO] Reactor Summary for Headwind MDM 0.1.0:

[INFO]

[INFO] Headwind MDM ....................................... SUCCESS [  0.077 s]

[INFO] Core for MDM API ................................... SUCCESS [  0.325 s]

[INFO] JWT Auth for MDM API ............................... SUCCESS [  0.018 s]

[INFO] Push Notifications for MDM API ..................... SUCCESS [  0.035 s]

[INFO] Plugins for MDM Server ............................. SUCCESS [  0.001 s]

[INFO] Plugin Platform for MDM Server ..................... SUCCESS [  0.013 s]

[INFO] Device Log Plugin for MDM Server ................... SUCCESS [  0.001 s]

[INFO] Device Log Plugin for MDM Server - Core ............ SUCCESS [  0.013 s]

[INFO] Device Log Plugin for MDM Server - Postgres ........ SUCCESS [  0.013 s]

[INFO] Audit Plugin for MDM Server ........................ SUCCESS [  0.012 s]

[INFO] Device Detailed Info Plugin for MDM Server ......... SUCCESS [  0.025 s]

[INFO] Messaging Plugin for MDM Server .................... SUCCESS [  0.016 s]

[INFO] Push Messaging Plugin for MDM Server ............... SUCCESS [  0.011 s]

[INFO] Swagger UI ......................................... SUCCESS [  0.217 s]

[INFO] MDM Server ......................................... FAILURE [  0.061 s]

[INFO] ------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO] ------------------------------------------------------------------------

[INFO] Total time:  0.906 s

[INFO] Finished at: 2022-08-16T12:35:00+01:00

[INFO] ------------------------------------------------------------------------

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:2.7:copy-resources (copy-resources) on project server: Error loading property file 'build.properties': /home/dhstudio/hmdm-server/hmdm-server/server/build.properties -> [Help 1]

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:2.7:copy-resources (copy-resources) on project server: Error loading property file 'build.properties'

    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)

    .....

by (32.7k points)

1 Answer

0 votes

Please create the properties file from the sample, by using the following shell command:

cp server/build.properties.example server/build.properties

This will fix the build issue.

by (32.7k points)
...