开发者

Fastest way to learn Maven [closed]

开发者_如何学JAVA It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

What is the fastest way to learn maven? I am up to speed with it but can't keep up with its idiosyncrasies. Any idea?


Start by looking here.

Then, I would play with archetypes. They are quick ways of getting projects up and running. Even if you already have a project, playing with an archetype gives you a sense of what the conventions are and how things are layed out.

(If that link doesn't work, try the command mvn archetype:generate, and pick one of the archetypes from the list that seems closest to your real project.)

I also found that it just took a while for things to "click" since it is very different than ant or make.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜