How to import plain maven projects #121
-
Hi all, i try to create a setup to import "plain" maven projects into an eclipse workspace with something like this:
but the setup log indicates that no projects could be found. Do i miss something here? With plain maven projects i mean that there are .project and .classpath etc. files. Is something similar possible with an Oomph setup? Thanks for any hints on this. Bye Peter |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Probably you need the project factory:
The context menu on the source locator should give you that new child option. |
Beta Was this translation helpful? Give feedback.
What I didn't notice from the XML but noticed looking at the example is that you aren't using a Maven Import Task but just a Project Import Task. That's more obvious looking at the structured editor:
So while I didn't try it I thing this should work: