How to import plain maven projects #121
Answered
by
merks
phermsdorf
asked this question in
Q&A
|
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 |
Answered by
merks
Dec 19, 2024
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. |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

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: