continuous-enterprise-development
continuous-enterprise-development copied to clipboard
Create Deployments levels for each module
Go trough and standardize the Deployments.x for all modules.
Split them between Live and Test backends.
e.g.
CoreDomainDeployments.model() All interfaces and model
CoreDomainDeployments.Live.module() model() + Live backend
CoreDomainDeployments.Test.module() model() + Test backend
Allows Modules that depend on the test-jar to make a choice of running against a shared TestDouble or the Live version.
Revisit in rev 1