Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Consume dependencies with type "p2-installable-unit" in a maven-surefire-plugin (not Tycho)

Honest answer -- you will have to figure it out yourself.
Interoperability with "standard" Maven plugins, like surefire, currently
falls gray area. Tycho injects manifest-first dependencies back into
MavenProject model, but this is apparently not enough to make it work
for you (or I completely misunderstood the problem). We would like to
improve Tycho interoperability story, so if you find a way to make it
work, please share your findings on this list. And, as per usual, we
welcome quality patches.

--
Regards,
Igor

On 11-10-07 11:16 AM, Mickael Istria wrote:
Hi all,

I am trying to perform tests that I wrote in a bundle in a non-OSGi
environment. However, I can only express its depdencies as
p2-installable-unit. Tycho succeeds to compile the sources, but when I
want to execute a maven-surefire-plugin, I don't find a way to add to it
the depdencies to other p2-installable-unit. I complains about groupId,
or because it cannot find the artifact...

Has someone succeeded to do so?
--

Mickael Istria
R&D Engineer, Eclipse Plug-in RCP Developer

PetalsLink <http://www.petalslink.com> - Open Source SOA

My blog <http://mickaelistria.wordpress.com> - My Tweets
<https://twitter.com/#%21/mickaelistria>



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


Back to the top