You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2022/12/09 23:30:14 UTC

[GitHub] [cxf] gnodet commented on a diff in pull request #1038: Allow building with maven 4

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: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org