Tag Archives: multi-module
How to configure maven build for a single project for multiple environments
This post shows how to configure maven build for a single project that needs to be deployed to multiple environments. In other words, when we need a common code base that can be built towards STAGING or DEVELOPMENT environment or … Continue reading
Posted in Software Engineering
Tagged maven, multi-module, profiles, release
Comments Off on How to configure maven build for a single project for multiple environments