1

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

prateek ojha
  • 278
  • 1
  • 3
  • 10

1 Answers1

1

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.

Mitch
  • 107,631