Create an exe-File in Maven with VM-Arguments for said exe

我的梦境 提交于 2020-01-14 22:54:11

问题


i am currently working on a Java-Project that needs VM Arguments specifying the java.library.path. When running my program out of Eclipse - No problem, i can specify my VM arguments easily. Now i want to build my project via maven and haven't found a possibility to give said arguments to this exe.

Just calling my exe with this argument on the command line does not work, so where do i have to put this information in my pom-file?

来源:https://stackoverflow.com/questions/40933950/create-an-exe-file-in-maven-with-vm-arguments-for-said-exe

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!