gnodet commented on code in PR #1038:
URL: https://github.com/apache/cxf/pull/1038#discussion_r1044911187
##########
systests/wsdl_maven/codegen/src/it/settings.xml:
##########
@@ -30,9 +30,11 @@ under the License.
<url>@localRepositoryUrl@</url>
<releases>
<enabled>true</enabled>
+ <checksumPolicy>ignore</checksumPolicy>
Review Comment:
Because maven 4 enforces the checksum by default.
Checksums are computed at deploy time, not install time, so they are never
present in the local repository for artifacts that have been installed during a
build. But this repository is used as a fake remote repositories, for which
maven 4 expects checksums by default. So we just need to switch the default
policy to ignore the fact that the checksums are not present.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]