Skip to content

Unrecognized Spring Boot project issue #4015

@tonycody

Description

@tonycody

Plugin

<plugin>
     <groupId>io.takari.maven.plugins</groupId>
     <artifactId>takari-lifecycle-plugin</artifactId>
     <version>2.1.1</version>
</plugin>

microsoft/vscode-spring-boot-dashboard#356

When I use the takari compilation plugin, it causes my project to not be correctly recognized as a Java project, and the Configure JDK Runtime cannot be configured.

I initially discovered this issue because the Spring Boot Dashboard could not display the Spring project information, and later found that the Configure JDK Runtime could not be configured either, suspecting that there might be a problem with the vscode-java extension.

Image

When I switch to the Maven compile plugin, it works fine, but I can normally build the project with the Takari plugin through Maven, and this works properly in Jetbrains IDEA.

The following is a sample project

vscode-java-maven.zip

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