Skip to content

"Import existing Maven projects" does not recognize modules leveraging interpolated properties #1948

@kwin

Description

@kwin

When executing "Import (Existing Maven Project)" in a Maven project having several modules which leverage property values with interpolation, those are not detected.

For example for a multi-module pom like

...
<properties>
    <subproject.abbreviation>test</subproject.abbreviation>
</properties>

<modules>
    <module>${subproject.abbreviation}-core</module>
    <module>${subproject.abbreviation}-config</module>
    <module>${subproject.abbreviation}-frontend</module>
</modules>
...

the modules are not detected

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions