-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Overwrite external config options in pom.xml #48
Comments
Can you please prepare PR? |
Okay, I can give it a try. Seems easier than I thought—also the ANT task solves this a bit hacky: https://sourceforge.net/p/launch4j/git/ci/master/tree/src/net/sf/launch4j/ant/Launch4jTask.java#l83 |
Created Pull Request #49 for this. Would love to see this integrated in the next version! |
Hej... does this work as expected (in maven)? Why not just load file in infile.exists(), skip the else and overwrite all with POM values? Got some NPE, b/c i didn't have the specified in xml (since i moved it to pom) |
@myron0815 see discussion under #49 |
It would be great to have the following available in your plugin:
so to be able to use an external config file but override several configuration options like version numbers, which are naturally handled within maven.
With the launch4j ant task, this is possible like this:
Any chance to include this in a future version?
Thanks,
Tobias
The text was updated successfully, but these errors were encountered: