开发者

Getting maven and git to work

I have recently began delving into git and maven. I have a system that has several module sets and this is stored in various git repositories, I need this to be pulled down into the same workspace and run various maven goals.

I was wondering if anyone else has run through this setup and provide tired and true way of doing this.

I would apprecaite tutorial and so开发者_Go百科lution you have come up with on your bouts with maven and git.

Please and thank you.

GC.


I have a system that has several module sets and this is stored in various git repositories, I need this to be pulled down into the same workspace (...) .

With Subversion, I would use svn:externals for this. So my suggestion would be to check the SVN external in GIT question here on SO.

(...) and run various maven goals

There is nothing particular to say about Maven, as long as you get the appropriate structure out of your various Git repositories. And for the release part, just declare the relevant GIT SCM URL in the <scm> element of the various modules.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜