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?

Hi,

If you googles for POM-First  Manifest-First, you will find nice good material for help you learn the basics...

Every bundle must have a Manifest.mf that is maintained by the developer. All eclipse plugin projects has one by nature. In this case you just need a pom with the right tycho's packaging. That is Manifest-first...

There are bundle projects that doesn't have one create by hand, so it uses a maven plugin (apache-felix-maven-bundle-plugin-bnd)  just to create it. those one are called pom-first.

cheers

Cristiano

On 19/08/12 21:48, oliver_tech wrote:
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
 
--
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 mailing list


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


Back to the top