Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] packaging an Help plugin with tycho

Hi,

There is no need to checkout the code, it will be downloaded from Maven central when you do your build, as long as you have the groupId, artifactId and version specified correctly.
http://code.google.com/a/eclipselabs.org/p/tycho-eclipserun-plugin/wiki/ExampleOfUsage

Marc-Andre

On 3/8/2012 10:59 AM, Lorenzo Bettini wrote:
Hi

First of all I'm pretty new to Tycho.

I'd like to package an eclipse help plugin, and I noticed this page

http://wiki.eclipse.org/Tycho/Additional_Tools#tycho-eclipserun-plugin

which I guess is what I need; however, since I'm still using 0.13 I guess I'd have to take the sources from here

http://code.google.com/a/eclipselabs.org/p/tycho-eclipserun-plugin/source/checkout

but then how can I "import" or reuse their pom.xml in my eclipse help project's pom.xml?

again, sorry for my newbie question

thanks in advance
cheers
    Lorenzo



Back to the top