[maven][IDEA-371747] import maven compiler args with weird names

(cherry picked from commit 32afaaf57ab8726e25c4c249018211655b38e745)

IJ-CR-161532

GitOrigin-RevId: fd0b9630ecf8c5e9be6503e1244e03fcc8dfe86a
This commit is contained in:
Alexander Bubenchikov
2025-04-29 16:20:19 +02:00
committed by intellij-monorepo-bot
parent ba533c7183
commit 3413909f30

View File

@@ -313,9 +313,6 @@ class MavenCompilerConfigurator : MavenApplicableConfigurator(GROUP_ID, ARTIFACT
}
}
MavenJDOMUtil.findChildrenValuesByPath(element, "compilerArgs", "arg").forEach {
}
element.getChild("compilerArgument")?.textTrim?.let {
val text = getResolvedText(it)
if (text != null && !hasUnresolvedProperty(text)) {