Minimal pom.xml content for building OpenCV app based on snapshots? #1814
-
Hi, And JavaCV currently support this: Now, here is my pom.xml content: Wondering, what is a minimal pom.xml content, for building OpenCV application, based on snapshots? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
This sample pom.xml file here depends only on OpenCV: |
Beta Was this translation helpful? Give feedback.
-
Yes, that one works for that.
|
Beta Was this translation helpful? Give feedback.
This sample pom.xml file here depends only on OpenCV:
https://github.com/bytedeco/javacpp-presets/blob/master/opencv/samples/pom.xml
Like I keep telling you, stuff related to the presets are all on that repository.