multi module maven project with parent pom and svn layout

后端 未结 2 2004
梦谈多话
梦谈多话 2020-12-30 08:03

I currently have about 16 projects that I build with maven that get deployed to the same application server that make up something like a \"portal\". I have built a parent p

2条回答
  •  [愿得一人]
    2020-12-30 08:42

    A variation to JohnS's approach would be to use svn:externals to hook appropriate trunk/tags/branches of your subprojects to the appropriate trunk/tag/branch of your parent project. In this way checking out one variant of your parent would pull out all the right version of the other projects.

    This makes sense only if it's reasonable to checkout all your projects together.

提交回复
热议问题