Hi all,
We have in-house maven projects. The build requires environment specific property replacement (i.e. dev, qa and prod) and we set up profiles for them. When the project has been tested and is ready for release, we can deploy the artifacts (dev, qa and prod) to our internal maven repository. My questions are: 1) Is there some sort of release management tool that can automate this process? 2) We use Hudson for continuous integration. The configuration will be based on each environment only (i.e. -P env-dev). So, each build will have its own build number. Is there some consolidated way to do this? i.e. same build number for dev, qa and prod. 3) What is the practice that works for you? Thanks
