Skip to content
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

Merge strategies support #28

Closed
mutcianm opened this issue Sep 18, 2019 · 1 comment
Closed

Merge strategies support #28

mutcianm opened this issue Sep 18, 2019 · 1 comment
Assignees

Comments

@mutcianm
Copy link
Collaborator

mutcianm commented Sep 18, 2019

With current implementation if there are multiple files mapped to the same path, the latter would just overwrite the former.
This can be worked around by using additionalFileMappings setting, but having a more generic solution would be better.
In sbt-assembly plugin this is solved by introducing a MergeStrategy concept which takes care of resolving conflicts.

Implementing similar concept would prove useful, although coherency with IDEA readable artifacts must still be obeyed

@mutcianm mutcianm self-assigned this Sep 18, 2019
@mutcianm
Copy link
Collaborator Author

This seems to be impossible to map onto IDEA's artifact building mechanism which is required to be able to develop IJ plugins from within IJ itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant