English 中文(简体)
我如何将ty木板2存放处的成果部署到当地档案系统或当地维护的2个存放处。
原标题:How do I deploy the results of a tycho p2 repository build to a place on the local file system or a locally maintained p2 repository

我在Tycho大楼工作,生产了1个P2储存库。 我目前的工作流程是人工拖拉,并将这一建筑的成果从项目的目标ir到拥有2个储存库的网络服务器。 我的ty夫取得了正常成果:

${projectBaseDir}/target/repository
     - features
          - com.my.product.feature.201111071414.jar
     - plugins
          - com.my.product.plugins
     - artifacts.jar
     - content.jar

So, what is the "industry standard" for taking the results of this build in the repository directory and placing them on a web server.

在这种情况下,我正在同一个机器上运行第2台储存的网络服务器,该机器正在管理建筑天线,因此,一个目录的简单拷贝将发挥作用。

我利用资源尝试了ven资源——大资源——无uck资源。 我一直对无效的产出目录产生错误。 我并不真的认为复制资源是来这里的路,因为这一目标的一般目的是复制文件to。 your夜建筑的目标目录,不复制,从到ma楼的目标目录。

我的任务似乎很简单,我认识到,有许多办法可以复制档案,但我看着这样做的“好办法”或更好的“ty法”。 如果存在这样的标准。

thanks, TW

最佳回答
问题回答




相关问题
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 ...

热门标签