Skip to content

How to import plain maven projects #121

Answered by merks
phermsdorf asked this question in Q&A
Discussion options

You must be logged in to vote

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:

<?xml version="1.0" encoding="UTF-8"?>
<maven:MavenImportTask
    xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:maven="http://www.eclipse.org/oomph/setup/maven/1.0"
    xmlns:resources="http://www.eclipse.org/oomph/resources/1.0"
    xsi:schemaLocation="http://www.eclipse.org/oomph/setup/maven/1.0 https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@phermsdorf
Comment options

@phermsdorf
Comment options

@merks
Comment options

merks Dec 19, 2024
Collaborator

Answer selected by phermsdorf
@phermsdorf
Comment options

@merks
Comment options

merks Dec 20, 2024
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants