Javacv: How can I only use special platform jar with maven?

Created on 14 Apr 2018  ·  2Comments  ·  Source: bytedeco/javacv

my pom:

org.bytedeco
javacv-platform
1.4.1

I spent too many time on this, I'm new to maven. I only want use windows platform jars, how can I do that?

question

Most helpful comment

It's in the README.md file. Execute Maven this way:
mvn -Djavacpp.platform=windows-x86_64 ...

All 2 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

UpAndDownAgain picture UpAndDownAgain  ·  3Comments

ahmedaomda picture ahmedaomda  ·  4Comments

Maleandr picture Maleandr  ·  3Comments

eldhosengeorge picture eldhosengeorge  ·  3Comments

Bahramudin picture Bahramudin  ·  3Comments