From d2f3b70971d40443bc30286ace3638cdce16de58 Mon Sep 17 00:00:00 2001 From: Leonardo Rivera Date: Wed, 29 Nov 2023 13:03:04 -0500 Subject: [PATCH 1/6] fix conjars repo to exclude --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d66f44bb..977d5fac 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF S conjars.org - https://conjars.wensel.net/repo/ + http://conjars.org/repo false From 9c9b1ff198e246778ae6ace69a93c87de497524d Mon Sep 17 00:00:00 2001 From: Leonardo Rivera Date: Wed, 29 Nov 2023 15:43:22 -0500 Subject: [PATCH 2/6] score test disable conjars repo --- score-test/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/score-test/pom.xml b/score-test/pom.xml index 84971215..55764239 100644 --- a/score-test/pom.xml +++ b/score-test/pom.xml @@ -30,6 +30,19 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF S ${project.artifactId} ${project.name} + + + conjars.org + http://conjars.org/repo + + false + + + false + + + + From c84d44aa2cb7716c916c7b8a88bd36cd0e473c6f Mon Sep 17 00:00:00 2001 From: Leonardo Rivera Date: Wed, 29 Nov 2023 16:17:12 -0500 Subject: [PATCH 3/6] conjars repository id --- pom.xml | 2 +- score-test/pom.xml | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index 977d5fac..cc309301 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF S - conjars.org + conjars http://conjars.org/repo false diff --git a/score-test/pom.xml b/score-test/pom.xml index 55764239..84971215 100644 --- a/score-test/pom.xml +++ b/score-test/pom.xml @@ -30,19 +30,6 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF S ${project.artifactId} ${project.name} - - - conjars.org - http://conjars.org/repo - - false - - - false - - - - From 339b974593a883aac7df6db9a5d35abbb760c19b Mon Sep 17 00:00:00 2001 From: Leonardo Rivera Date: Wed, 29 Nov 2023 16:58:10 -0500 Subject: [PATCH 4/6] mirror conjars --- .mvn/extensions.xml | 13 +++++++++++++ .mvn/settings.xml | 9 +++++++++ pom.xml | 11 ----------- 3 files changed, 22 insertions(+), 11 deletions(-) create mode 100644 .mvn/extensions.xml create mode 100644 .mvn/settings.xml diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml new file mode 100644 index 00000000..579ba063 --- /dev/null +++ b/.mvn/extensions.xml @@ -0,0 +1,13 @@ + + + + fr.jcgay.maven + maven-profiler + 3.2 + + + com.github.gzm55.maven + project-settings-extension + 0.1.1 + + diff --git a/.mvn/settings.xml b/.mvn/settings.xml new file mode 100644 index 00000000..af5a0722 --- /dev/null +++ b/.mvn/settings.xml @@ -0,0 +1,9 @@ + + + + conjars.org + https://conjars.wensel.net/repo/ + conjars.org + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index cc309301..66bf2aae 100644 --- a/pom.xml +++ b/pom.xml @@ -71,17 +71,6 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF S true - - conjars - http://conjars.org/repo - - false - - - false - - - From 728622d0a5869198df9a444e3bcb50164f67316f Mon Sep 17 00:00:00 2001 From: Leonardo Rivera Date: Wed, 29 Nov 2023 17:09:20 -0500 Subject: [PATCH 5/6] add comment --- .mvn/settings.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/.mvn/settings.xml b/.mvn/settings.xml index af5a0722..12f1f178 100644 --- a/.mvn/settings.xml +++ b/.mvn/settings.xml @@ -1,5 +1,6 @@ + conjars.org https://conjars.wensel.net/repo/ From 4a4f0a61cef0ab98736ec49b60544f94a22cb71e Mon Sep 17 00:00:00 2001 From: Leonardo Rivera Date: Wed, 29 Nov 2023 17:23:18 -0500 Subject: [PATCH 6/6] remove maven profiler extension --- .mvn/extensions.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 579ba063..5a575858 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -1,10 +1,5 @@ - - fr.jcgay.maven - maven-profiler - 3.2 - com.github.gzm55.maven project-settings-extension