Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Integrating OSGi bundles from Maven Central

Actually, all I had to do was add the dependency and then tell target-platform-configuration to consider pomDependencies. But that has led me to a problem with the freemarker MANIFEST where they some reason specified J2SE-1.6 as the execution environment and not JavaSE-1.6. :(

Doug.


From: tycho-user-bounces@xxxxxxxxxxx [tycho-user-bounces@xxxxxxxxxxx] on behalf of Doug Schaefer [dschaefer@xxxxxxx]
Sent: Friday, June 20, 2014 11:17 AM
To: tycho-user@xxxxxxxxxxx
Subject: [tycho-user] Integrating OSGi bundles from Maven Central

Hey gang,

FreeMarker has OSGi'ed their jar file up on maven central. I'd like to integrate it into my tycho build, basically generating an eclipse-repository with it in it so I can use that repository as a target. Any suggestions on how I can fetch OSGi bundles from maven central?

Thanks,
Doug

Back to the top