Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Building An Eclipse-Plugin Via Maven

On 07/04/2013 11:42 AM, Oberlies, Tobias wrote:

It seems like you’ll be running in bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=393978 with this approach. I can’t remember if people managed to work around this problem.

To work around this, I wrote an (experimental) plugin which resolves dependencies in the "Tycho target-platform way":
* code: https://github.com/jbosstools/jbosstools-maven-plugins/blob/master/tycho-plugins/tycho-dependency-plugin/src/main/java/org/jboss/tools/tycho/dependency/CopyDependenciesMojo.java
* Mvn artifact & repo: https://repository.jboss.org/nexus/content/repositories/releases/org/jboss/tools/tycho-plugins/tycho-dependency-plugin/0.16.0.CR2/

However, I have to admit we haven't used it for a while so its quality may not be good enough for your use-case. Anyway, feel free to use/fork/contribute.
As for documentation, I didn't do anything better than the source code ;)

HTH,
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top