Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Copying p2 update site to different folder after tycho build

I got this fixed by adding the below line in the AntRun plugin

<id>deploy</id>

That does the magic ! Now, the copy action happens only after p2 update site repository is generated.

Regards,
Praveen


On Tue, Mar 20, 2012 at 5:42 PM, Praveen Innamuri <ajay.praveen2002@xxxxxxxxx> wrote:
Hello, I am using Tycho build to generate my product installations/zips and p2 update site repository locally. I would like to copy only p2 update site to a tomcat server. I thought of using deploy phase, but that does not allow to copy only p2 update site repository.

I tried using AntRun plugin to copy the file and binded to install phase. However, it tried to copy the p2 repository before it is generated and thus the build failed. Are there any other recommended ways if I want to copy only one generated artifact.

Regards,
Praveen


Back to the top