Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Fwd: including pom-first bundle in feature and/or repository



Hi,

i'm very excited to convert my build to tycho but I'm having problem building a site (either update-site or eclipse-repository). I have a pomfirst bundle that I compile as separate build and then a feature with plugins that uses that bundle. i followed instructions here:https://docs.sonatype.org/display/TYCHO/Dependency+on+pom-first+artifacts and also from related sample project, but there's no example repository project in that particular example.

This all works but I don't know how to either include that pomfirst bundle in the feature (that's part of the separate reactor build) or in eclipse-repository project that's part of same reactor build as the feature/plugin that is using this bundle. All my attemtps failed basically with unable to satisfy dependency of feature on the class that comes from that bundle.

I'm using 0.12.0

Any help or pointer to documentation would be appreciated.
-Vadim

PS. Is there website that list all possible configuration options of each tycho plugin as normally generated by mvn. I can't seem to find such a site on the web.

Back to the top