我们的项目有两个不同的储存库A和B,A和B都是多个模块项目。 B 代码最后是用母异构体成的单子产品。 B需要A部分/特征,需要列入单壳产品。 我如何能够发挥这一功能。 我是否需要向网络服务器公布AS大楼的成果,以便B能够作为一个存放处查阅它? 或者我能否把A列为对B的建筑的依赖,以便B能够把这一组成部分纳入最后产品? 在什么地方,我如何具体说明这一组合?
让我知道是否需要任何其他信息。
预言!
我们的项目有两个不同的储存库A和B,A和B都是多个模块项目。 B 代码最后是用母异构体成的单子产品。 B需要A部分/特征,需要列入单壳产品。 我如何能够发挥这一功能。 我是否需要向网络服务器公布AS大楼的成果,以便B能够作为一个存放处查阅它? 或者我能否把A列为对B的建筑的依赖,以便B能够把这一组成部分纳入最后产品? 在什么地方,我如何具体说明这一组合?
让我知道是否需要任何其他信息。
预言!
如果你在项目A上安装了 mvn装置,就可在当地机器上安装。 如果你想要从项目A获得的工艺品能够提供给其他开发商,那么你需要建立一个诸如阿尔基瓦和操作舱载荷等静坐的存放处。
你们至少应当将项目A部署到当地存放处(mvn安装)。 之后,将通过黑夜项目B。
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?
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 ...
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. ...
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 ...
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.
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 ...
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 ...
Possible Duplicate: How to get access to Maven’s dependency hierarchy within a plugin. The dependency:tree plugin:goal has an option verbose which displays all conflicts & duplicates ...