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

Hi

since I'd be interested in something similar, could you please share the pom?

thanks in advance
	Lorenzo

On 03/21/2012 12:05 AM, Praveen Innamuri wrote:
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
<mailto: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




_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
BLOGS: http://tronprog.blogspot.com  http://longlivemusic.blogspot.com




Back to the top