Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] How to include 3rd party non osgi-sources in p2 repository.

Hi, 
thanks for the responses. We looked into them and switched to the p2-maven-plugin suggested by Sandra Parsick. This solved out problem.
Kind regards,
Frank Hoffmann


Sandra Parsick <sparsick@xxxxxx> schrieb am Fr., 23. Feb. 2018 um 09:22 Uhr:
Hi Frank,

I wrote a blog about it. Maybe it helps you

https://blog.sandra-parsick.de/2017/09/22/generate-p2-repository-from-maven-artifacts-in-2017/

Best regards,

Sandra





Am 22.02.2018 um 16:28 schrieb Frank Hoffmann:
> Hello,
>
> I am trying to build a p2 repository containing 3rd party libs, which
> used by our application target platfrom.
>
> Unfortunately you cannot find always osgi source bundles at maven
> central, e.g. apache commons lang is missing now.
>
>  
>
> I found an old mailing list entry[1], which points to another article[2].
>
> Through which I managed to generate the source bundle for apache commons
> lang, but now my problem is how to include this bundle in my build
> repository. When maven tries to create the feature
> (com.tp.releng.3rdparty.repo.shared.feature) the source bundle cannot be
> found. Please see attached sample project, describing the problem.
>
> I would appreciate any help or tip.
>
>
> Kind regards,
>
> Frank Hoffmann
>
>
> [1] https://dev.eclipse.org/mhonarc/lists/tycho-user/msg04665.html
>
> [2]
> https://codeiseasy.wordpress.com/2012/07/22/convert-a-maven-source-bundle-to-an-eclipse-source-bundle/
>
>
>
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/tycho-user
>

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user

Back to the top