File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 153153 <url >https://github.com/raphw/byte-buddy/issues</url >
154154 </issueManagement >
155155
156- <!-- These attributes specify that the URLs should be inherited by the modules as is, to avoid constructing
157- invalid URLs, see also https://maven.apache.org/ref/3.9.9/maven-model-builder/index.html#inheritance-assembly -->
158- <scm child.scm.connection.inherit.append.path= " false " child.scm.developerConnection.inherit.append.path= " false " child.scm.url.inherit.append.path= " false " >
156+ <!-- Cannot fix artifact appending, as this requires newer Maven what breaks builds on old JDKs.
157+ https://maven.apache.org/ref/3.9.9/maven-model-builder/index.html#inheritance-assembly -->
158+ <scm >
159159 <connection >scm:git:${repository.url} </connection >
160160 <developerConnection >scm:git:${repository.url} </developerConnection >
161161 <url >${repository.url} </url >
You can’t perform that action at this time.
0 commit comments