Skip to content

Add pom.xml support for mvnw* and application.properties support for *.properties #205

Open
@CrisCorreaS

Description

@CrisCorreaS

Clear and concise description of the problem

When using Maven in a Spring Boot or Java project, it generates mvnw and mvnw.cmd files near the pom.xml file.
The application.properties file and other .properties files in Spring Boot projects are in the same folder.

Suggested solution

'pom.xml': 'mvnw*',
'application.properties': '*.properties',

Alternative

Manually add these rules to VSCode settings

Additional context

image pom

Validations

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions