> On Feb 15, 2016, at 9:05 AM, Chris Pike <[email protected]> wrote: > > We are using the fortress model classes in our projects, but including the > directory-fortress-core dependencies in our pom brings along a lot of extra > dependencies, some of which are causing issues in some of our projects. Would > you be amenable to some changes in the directory-fortress-core maven pom? > > We could change it into a multi module project and move the model classes > into it's own module (this would allow it to be included without all the > other classes/dependencies). It would still all be in one git project, the > maven build process would just produce multiple artifacts (i.e. fortress-core > and fortress-core-models).
Chris assuming this requires splitting the source code into separate trees, e.g. model and the rest? What are the alternatives? Could you place declarations in pom(s) to exclude extraneous dependencies from your projects? This is a big change. I’ve chosen not to, break/restructure, up to now due to increased complexity. Not saying, ‘no', but want to make sure we’ve considered the pros/cons of various options first. Shawn
