在前面一篇文章maven学习一(HelloWorld工程)已经对maven有了基本介绍,本文开始介绍maven依赖,通过如何如何增加log4j来学习maven的dependencies no-dependencies模式 首先介绍maven不加如何配置情况下default的模式.在前面HelloWorld的App.java里添加log4j: $ vim src/main/java/com/firefoxbug/www/App.java package com.firefoxbug.www; im
What is Maven? At first glance Maven can appear to be many things, but in a nutshell Maven is an attempt to apply patterns to a project's build infrastructure in order to promote comprehension and productivity by providing a clear path in the use of