Posts Tagged ‘maven’

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 [...]

Maven useful links

Some Maven useful links:
Maven lifecycle:
http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html
Maven create web app
http://maven.apache.org/plugins/maven-archetype-plugin/examples/webapp.html
Maven plugins
http://maven.apache.org/plugins/
Work on progress… any suggestions?