Hi
We are currently creating a project and making extensive use of Sculptor. We have several custom cartridges, and will likely create more - and are also intending to give some of these back to the community.
Currently, all of these cartridges generate code in the same project. However, as we have many rest services, we would like, for example, the domain models to generate in their own project, so that the resulting jar can be used by clients of the rest service.
This pattern is ideally required for all of our cartridges - that we would like them to all read from the same sculptor file, but generate code in their own project - not all generating in one project.
Is this possible?
Thanks