By bloid
via agimatec.de
Published: Jul 16 2008 / 07:05
When you start building your large project with Maven2 it is not easy. You need to understand the concepts behind Maven2. One concept is the build lifecycle, which will be explained in this post.
Why is it important? I always call mvn clean install and everything is running.
For a simple project this is no problem, but in a real world project you need to know what is happening behind the scenes.
Add your comment