标签:
ref: http://www.studytonight.com/maven/introduction-to-maven
part1:
part2: Maven Build Life Cycle
part3: Maven Build Automation
Maven is a simple build automation tool which is basically used with java projects. MAven is also a project management tool
It ease up the task of developers in checking a build status, generating reports(basically javadocs) and setting up the automated build process and monitor the process
It helps with the source code compilation, distribution, documentation, collaboration with different teams and other vital tasks are seamless by using maven
Maven mains to describe two important things:
1. How a software is built
2. The dependencies, plugins profiles that the project is associated in a standalone or a distributed environment
标签:
原文地址:http://www.cnblogs.com/morningdew/p/5622783.html