Archive for June, 2010

Maven profiles

We all work in different environments, development, test (maybe integration) and production servers or, maybe a set of servers that run the same application with different configurations.
Maven helps us build our jar and war components for different environments configuring profiles.
We are going to see here how we can use Maven profiles to build and [...]