Trouble Installing on Android Device Running Arm Processor

Ok, so I copied the “SimpleExample.java” file and its companion “pom.xml” file into another folder from the cpu_features directory in the github repository and I ran:

mvn clean compile exec:java -Dorg.bytedeco.javacpp.platform=android-arm -Dorg.bytedeco.javacpp.logger.debug=true -Dorg.bytedeco.javacpp.pathsfirst=true -Dmaven.compiler.source=1.7 -Dmaven.compiler.target=1.7

I now got the error:

[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.495 s
[INFO] Finished at: 2021-01-15T13:13:16Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project simpleexample: Could not resolve dependencies for project org.bytedeco.cpu_features:simpleexample:jar:1.5.5-SNAPSHOT: Could not find artifact org.bytedeco:cpu_features-platform:jar:0.6.0-1.5.5-SNAPSHOT → [Help 1]

Am I supposed to be running maven on this pom file with the pom file just sitting alone in its own folder? I didn’t clone the whole javacpp-presets repository, I’ve just been copying the pom and java files and putting them together in their own folder.