-
Notifications
You must be signed in to change notification settings - Fork 49
iTools packager: copy files at package root #3654
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Damien Jeandemange <[email protected]>
Signed-off-by: Damien Jeandemange <[email protected]>
Signed-off-by: Damien Jeandemange <[email protected]>
|
I think that the issue here is more that the "child project" (powsybl-distribution in your example) does not have a
|
Hi @rolnico The issue for powsybl-distribution is that current implementation looks in parent folder always, so even if these files were added, they would not be found at all. The warning in GitLab CI is But what can be added to powsybl-distribution is: |
Exactly, that's why I said that fixing the paths could be interesting. |
|



Please check if the PR fulfills these requirements
Does this PR already have an issue describing the problem?
No
What kind of change does this PR introduce?
Bugfix & Feature
Rework of #3443.
What is the current behavior?
What is the new behavior (if this is a feature change)?
Does this PR introduce a breaking change or deprecate an API?
If yes, please check if the following requirements are fulfilled
What changes might users need to make in their application due to this PR? (migration steps)
If you were using
powsybl-itools-packager-maven-pluginand relying on hardcoded behavior for copying "LICENSE.txt" and "THIRD-PARTY.txt" to your generated package, you must now update the plugin configuration to explicitly include the desired files as in the example below (adjust file paths as necessary):Other information: