Files
openide/plugins
Nikita Biriukov eea037b50b [maven] IDEA-163551 Adds resolve and autocomplete for properties in pom.xml, supported in Maven Model interpolation
Resolving and autocomplete were already implemented before for the most part of such properties. These changes add support for some cases were not considered yet:
- ${maven.home}
- ${maven.version}
- ${maven.build.version}
- ${build.timestamp}

These properties will be resolved to their PsiElement's, just to remove the red highlighting.

More about Maven Model interpolation:
https://maven.apache.org/components/ref/3-LATEST/maven-model-builder/#model-interpolation

GitOrigin-RevId: ae75a11de118b305fc33ee73511fc2f10671ecea
2024-10-10 12:55:11 +00:00
..
2024-10-07 18:44:00 +00:00