I am working on a project which works through maven package Is there any documentation available for maven package linux so that i can learn it in best way ..
thanks
I am working on a project which works through maven package Is there any documentation available for maven package linux so that i can learn it in best way ..
thanks
Maven 2.0 is based around the central concept of a build lifecycle. What this means is that the process for building and distributing a particular artifact (project) is clearly defined.Apache
Start by looking at the Apache Maven Project. I think it will be a good start.