Commit 2a174ad
authored
Allow overriding the published parent pom's name and description (#795)
The publishing-helper in Polaris derives the name and description used in the parent POM from ASF's published project information. If an Apache projects wants to publish the parent pom for a _related_ project, the name and description in the pom (may) need to be different (as for #785). This change allows this.1 parent b1348a6 commit 2a174ad
File tree
2 files changed
+4
-2
lines changed- build-logic/src/main/kotlin/publishing
2 files changed
+4
-2
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
| 110 | + | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments