Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] what is the beast way to deal with third party jars?

Dear Igor,
 
thank you for your reply!
 
the pom first way means i have to declare the dependencies on the POM?
 
but i still have declaration of Require-Bundle on the MANIFEST.MF,i want keep MANIFEST.MF no changes
 
this will cause the duplicate configuration?
 
 

oliver_tech
 
Date: 2012-08-20 05:26
Subject: Re: [tycho-user] what is the beast way to deal with third party jars?
Read about Embed-Dependency in maven-bundle-plugin documentation [1] and
how to use pom-first dependencies in Tycho [2]
 
[1] felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html
[2] http://wiki.eclipse.org/Tycho/How_Tos/Dependency_on_pom-first_artifacts
 
--
Regards,
Igor
 
On 12-08-19 1:14 AM, oliver_tech wrote:
> hi ,every one
>   i am new to tycho , my project depends some third party libs, like:
> org.apache.* , i import them as plugin project.
>   when i convert my projects into maven project,how to deal with these
> thrid party plugin project?convert into maven project too??
> thank you very much!
> ------------------------------------------------------------------------
> oliver_tech
>
>
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user
>
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user

Back to the top