Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] compile/build time dependency but not in MANIFEST.MF

Hello all,

Is there a way to specify a compile time dependency for a plugin/bundle in a pom.xml?  I need some osgi bundles to be on the classpath when tycho builds my plugin because I have to execute some ant tasks as a part of code-generation step that needs some additional jars.  But I don't want to list these dependencies in my MANIFEST.MF since those dependencies only required at compile time and not  at runtime.  Also I want to prevent those bundles from being installed by p2 so I don't want them listed in MANIFEST.MF file.  

--
Greg Amerson (@greg_amerson)
Liferay, Inc. (#liferay)

Back to the top