I’m trying to create a mavenized plug-in project. It’s actually a prototype for an OSGi-aware version of our existing webapp, but we need to start with some simple ‘hello, world’ bundles to make sure we have the basics down.
New Project gives me a mavenized java project, or a plug-in project. But not a mavenized plug-in project. Okay, it’s a bit of a weird bird so I can live with that.
But I can’t get maven added to the plug-in project, or add plug-in libraries to the mavenized project. I can’t even do it when editing .project directly. I don’t even see available plug-in libraries when I configure the build path and try adding plug-in libraries manually.
Is there something I’m missing? We don’t need most of the maven functionality (yet), just the ability to pull libraries from the repository.
BTW we’re 6.5.1