Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Build maven plugin with eclipse dependencies

Hi 

I am trying to build a maven-plugin with dependencies to eclipse-plugins. The dependencies to the eclipse-plugins are defined in a MANIFEST file. Now I want to use maven tycho to resolve the dependencies to the eclipse repository. 

But there seems to be a conflict:
- in order to build a proper maven plugin, the packaging type must be set to maven-plugin
- in order to use maven tycho, the packaging type must be set to eclipse-plugin

Is it possible to use maven tycho while the packaging type is set to maven-plugin?

Regards
Matthijs 

Back to the top