Fork me on GitHub
#polylith
<
2022-04-11
>
timo17:04:38

When migrating to polylith is it avoidable to change the namespaces? I was investigating for an OS-project that is distributed mainly as a library and we never used our org as the top-ns. So when switching we would have to change our api-ns to use the org as well. I guess that is unavoidable but anyone has a better idea?

hiredman18:04:34

I don't think polylith is great for it, more geared towards building applications than libraries

timo18:04:21

Hey thanks, I was worried that there is a catch somewhere since it is more focused on apps. So I guess we will wait 'til this is figured out.

tengstrand05:04:28

It could be a separate tool to package a project into another namespace when building a jar. It shouldn’t be rocket science to implement, but I don’t think it should be included in the poly tool by default, but maybe as a custom command, when that is implemented.

timo06:04:32

I will investigate that. You are right, it should be doable.

👍 1