From 6a0710272dfb5ec01ee14245cdabe33e177d954e Mon Sep 17 00:00:00 2001 From: Max Rydahl Andersen Date: Mon, 11 Dec 2023 11:55:22 +0100 Subject: [PATCH] mvnpm should be explicit choice.\n i.e. mvn -Pmvnpm otherwise every request to a new artifact takes unnecessary time. --- samples/chatbot/pom.xml | 3 --- samples/csv-chatbot/pom.xml | 3 --- 2 files changed, 6 deletions(-) diff --git a/samples/chatbot/pom.xml b/samples/chatbot/pom.xml index 6849a3bdc..46a5eaea7 100644 --- a/samples/chatbot/pom.xml +++ b/samples/chatbot/pom.xml @@ -129,9 +129,6 @@ mvnpm - - true - central diff --git a/samples/csv-chatbot/pom.xml b/samples/csv-chatbot/pom.xml index c3a5fe56e..a201cff20 100644 --- a/samples/csv-chatbot/pom.xml +++ b/samples/csv-chatbot/pom.xml @@ -138,9 +138,6 @@ mvnpm - - true - central