Skip to content

Commit d6ae3e8

Browse files
committed
Remove properties due to old Maven.
1 parent bdb5106 commit d6ae3e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@
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>

0 commit comments

Comments
 (0)