From 0f7dbc97cd115705a977e160640987b4a64e9021 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Mon, 3 May 2021 08:40:59 +0200 Subject: [PATCH] Allow to override the repository url for quiche and boringssl (#258) Motivation: Sometimes a user may want to use a custom fork of either quiche or boringssl but for this the pom.xml needs to be adjusted. We should just allow to override the repository urls. Modifications: Allow to override the repository urls by using -D ... Result: Easier to use own forks of quiche or boringssl --- pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 581d26bca..338042a08 100644 --- a/pom.xml +++ b/pom.xml @@ -80,6 +80,7 @@ ${project.build.directory}/boringssl ${boringsslHomeDir}/build ${boringsslHomeDir}/include + https://boringssl.googlesource.com/boringssl master @@ -90,6 +91,7 @@ ${project.build.directory}/quiche ${quicheHomeDir}/build ${quicheHomeDir}/include + https://github.com/cloudflare/quiche master e1515ca570e2b0c1c2cea67e48a361c4eb291cfd ${project.build.directory}/generated-sources @@ -326,7 +328,7 @@ - + @@ -413,7 +415,7 @@ - +