English 中文(简体)
1. 建立一个由不同宝库构成的装配产品
原标题:Build a maven product with components from a different git repository
  • 时间:2012-04-10 09:41:02
  •  标签:
  • maven

我们的项目有两个不同的储存库A和B,A和B都是多个模块项目。 B 代码最后是用母异构体成的单子产品。 B需要A部分/特征,需要列入单壳产品。 我如何能够发挥这一功能。 我是否需要向网络服务器公布AS大楼的成果,以便B能够作为一个存放处查阅它? 或者我能否把A列为对B的建筑的依赖,以便B能够把这一组成部分纳入最后产品? 在什么地方,我如何具体说明这一组合?

让我知道是否需要任何其他信息。

预言!

最佳回答

如果你在项目A上安装了 mvn装置,就可在当地机器上安装。 如果你想要从项目A获得的工艺品能够提供给其他开发商,那么你需要建立一个诸如阿尔基瓦和操作舱载荷等静坐的存放处。

问题回答

你们至少应当将项目A部署到当地存放处(mvn安装)。 之后,将通过黑夜项目B。





相关问题
JavaFX with Maven [closed]

I recently started a JavaFX project, and I d like to use Maven as my compiler/deployment tool. Is there a good tutorial or plugin to integrate JavaFX and Maven?

How to upload jar to respository?

I have jar files that cannot be found on Maven Central repository. I would like to add the jar so I can just include extra tag in my pom.xml file and other developer can use the jar. What are the ...

Debug Maven project in Eclipse with third party sources

I am currently developing a maven project in eclipse. The m2eclipse plugin works beautifully. It even works out of the box with debugging. But when I am debugging open source third party libarries. ...

Could Free Pascal benefit of something like Apache Maven?

Apache Maven is a very popular build and dependency management tool in the Java open source ecosphere. I did some tests to find out if it can handle compiled Free Pascal / Delphi units and found it ...

Run a single test method with maven

I know you can run all the tests in a certain class using: mvn test -Dtest=classname But I want to run an individual method and -Dtest=classname.methodname doesn t seem to work.

Uploading a directory using sftp with Maven

How can I upload a directory - Eclipse update site - using sftp with public key authentication in Maven? For background information: I m using tycho to build an Eclipse plugin and want to get the ...

What are solid NMaven or build servers for .NET alternatives?

Maven had a long history and is well supported in the Java world. NMaven has received a less successful start and has never become as popular in the C#/.NET world as its larger cousin was in the Java ...

热门标签