Commit 397f434
committed
fix: Move consumer POM flattening config to .mvn/maven.properties
The maven.consumer.pom.flatten property must be set in
.mvn/maven.properties (a Maven configuration property), not in
pom.xml <properties> (a project property). When set in the POM, it
was ignored and child consumer POMs still retained a <parent>
reference to jline-parent (which uses modelVersion 4.1.0), breaking
Maven 3 and Gradle consumers.
Workaround for apache/maven#117721 parent f6a7673 commit 397f434
2 files changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | 79 | | |
81 | 80 | | |
82 | 81 | | |
| |||
0 commit comments