Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pom.xml diagnostics don't recognize unsupported tags #498

Closed
tolusha opened this issue Dec 13, 2017 · 1 comment
Closed

pom.xml diagnostics don't recognize unsupported tags #498

tolusha opened this issue Dec 13, 2017 · 1 comment

Comments

@tolusha
Copy link
Contributor

tolusha commented Dec 13, 2017

jdt.ls doesn't report any issues if unsupported tag is used;

        <dependency>
            <groupId>com.google.inject</groupId>
            <artifactId>guice</artifactId>
            <unsupported-tag>value</unsupported-tag>
        </dependency>
@fbricon fbricon changed the title pom.xml diagnostics doesn't recognize unsupported tags pom.xml diagnostics don't recognize unsupported tags Dec 13, 2017
@fbricon
Copy link
Contributor

fbricon commented Nov 28, 2018

I'm going to close it as out-of-scope. SInce this is purely an XML validation issue, already covered by lsp4xml.

@fbricon fbricon closed this as completed Nov 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants