federkasten / appbundle-maven-plugin

Maven plugin that creates an Application Bundle for OS X containing all your project dependencies and the necessary metadata
Apache License 2.0
179 stars 56 forks source link

How to package resources in to "Contents/Resources"? #36

Closed hepiyellow closed 7 years ago

hepiyellow commented 7 years ago

My packaged application on OS X has the "Contents" folder, and in it:

I figured that "Resources" would be a good place to put my resources instead of packing them inside a JAR.

Does this plugin help in doing that?

federkasten commented 7 years ago

No.

additionalBundledClasspathResources option may helps you. It copies resources into Contents/Java/lib/.