You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "ppalaga (via GitHub)" <gi...@apache.org> on 2023/06/23 19:48:35 UTC

[GitHub] [camel] ppalaga commented on a diff in pull request #10476: Newcomer friendly default build, faster fast profile

ppalaga commented on code in PR #10476:
URL: https://github.com/apache/camel/pull/10476#discussion_r1240257242


##########
Jenkinsfile.deploy:
##########
@@ -66,6 +66,10 @@ pipeline {
                 }
             }
             steps {
+                // Workaround https://issues.apache.org/jira/browse/INFRA-24713
+                def text = readFile ".mvn/wrapper/maven-wrapper.properties"
+                text.replaceAll("distributionUrl=.*", "https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.8/apache-maven-3.8.8-bin.zip")
+

Review Comment:
   Sorry about that. Here is an attempt to fix it: https://github.com/apache/camel/pull/10486



-- 
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: commits-unsubscribe@camel.apache.org

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