Is it possible to placing Plugins(.appex) at a common location beforehand where JavaFX maven plugin would pick it and build the app

元气小坏坏 提交于 2019-12-25 08:14:09

问题


I am working with JavaFX Maven Plugin to build my app on OS X.

During the build process , whatever lies in the app folder will be automatically placed in Java folder to the main app. Whatever lies in Info.plist and .icns will be picked up from deploy/package/macosx folder

But I have still not been able to figure out the position for placing the .appex file (Finder Extensions) in order to get them placed automatically inside the Plugins folder during the build process of the main application bundle.

I couldn't find much information available about this on JavaFX maven plugin document.

Please let me know if this has a workaround.

来源:https://stackoverflow.com/questions/39539031/is-it-possible-to-placing-plugins-appex-at-a-common-location-beforehand-where

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