Maven and the JOGL library?

前端 未结 7 1311
鱼传尺愫
鱼传尺愫 2020-12-02 10:18

I\'ve been studying Maven in my free time over the last several days but can\'t seem to figure out how to organize a project so that the JOGL libraries are used. I would pre

相关标签:
7条回答
  • 2020-12-02 10:56

    There is no easy way to accomplish this with. Try if you can configure the maven-assembly-plugin to build a executable jar and package the correct files with your code. You cannot use the maven dependency management to achieve this because you need the ZIP contents not the ZIP itself. You could try the maven-ant-plugin.

    0 讨论(0)
提交回复
热议问题