Hi guys,
we have about 140 projects in our ee workspace (32 custom ones). It takes a very long time for ee to build the workspace. And I'm asking myself why would it even make sense to build all those hybris extensions, besides platform? They always stay the same, no changes. But a clean workspace cleans them anyway.
Is there a way to compile them to a jar and just use those as dependencies for our custom projects? It would be ok that those jars are not fully working hybris extension, it would just be for ee to be able to build. Although the perfect situation would be, if there was a way to compile the extension to a working jar so that even after an ant clean all those are not rebuilt (only platform and custom extensions). This would greatly improve build times.
I saw that some extension have the server.jar. How do we create that for any extensions?
Any help is needed on my way to improve build times ;-)