"Maven Actual Combat".pdf

What is Maven?

The word Maven comes from Yiddish (Jewish) and means accumulation of knowledge.

Maven is a project management tool that includes a project object model, a set of standards, a project life cycle, a dependency management system, and logic used to run plugin goals defined in the life cycle phase.

Maven can help developers free themselves from trivial manual labor and standardize the entire organization's build system. Not only that, it also has cool features such as dependency management and automatic project site generation.

Now, countless open source projects have used it to build projects and promote team communication. Every day, tens of thousands of developers visit the central warehouse to obtain the dependencies they need.

Recently, many friends asked me for some Maven-related information, so I went through the boxes and found this very classic e-book-"Maven in Action".

Introduction

"Maven Actual Combat" was created by Xu Xiaobin, a recognized Maven technical expert in the domestic community, the founder of the Maven Chinese user group, and a pioneer and active promoter of Maven technology. This book content is comprehensive and systematic, including Maven's principles, usage and advanced applications. In addition, this book emphasizes and pays attention to actual combat, not only is supplemented by a large number of small cases in each knowledge point, but also has a comprehensive case throughout the book. If you want to use Maven, or are using Maven, this book will give you excellent guidance.
Follow the public account "java back-end technology full stack", reply 277 to obtain

Guess you like

Origin blog.51cto.com/10983206/2544804