-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cutom assets folder not resolved in current module scope #38
Comments
Hi @ogerardin, |
Definitely :) The assets folder should be relative to the projet using the plugin. |
I think to use I'm not sure if put |
Good idea to add a property, now you can only do it for icon! |
New property Please, could you give a try to 1.0.3-SNAPSHOT? |
Yep it works :) I replaced And since it is now the default I was able to remove it completely! |
When we definitely fixed all your issues, I’ll release v1.0.3 to Maven Central. Thanks! |
I have a main POM with submodules, one of which is dedicated to building distribution packages and installers. So my structure is like:
The javapackager plugin is of course in the dist/pom.xml, but if I want to provide a custom icon I must put the assets folder at the main pom level:
I suggest that customized assets should be resolved in the scope of the plugin's current module, i.e.:
The text was updated successfully, but these errors were encountered: