问题
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