my pom:
I spent too many time on this, I'm new to maven. I only want use windows platform jars, how can I do that?
It's in the README.md file. Execute Maven this way:
mvn -Djavacpp.platform=windows-x86_64 ...
Thank you very much!
mvn -Djavacpp.platform=windows-x86_64 clean package
Most helpful comment
It's in the README.md file. Execute Maven this way:
mvn -Djavacpp.platform=windows-x86_64 ...