From 877ef9ceaaa42d5f5c48862079e33b81d8948cfb Mon Sep 17 00:00:00 2001 From: Divyanshu Agarwal Date: Thu, 12 Oct 2023 23:05:33 +0530 Subject: [PATCH] #810 Created a settings.xml to connect to an imaginary Nexus repo --- maven/settings/settings.xml | 51 +++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 maven/settings/settings.xml diff --git a/maven/settings/settings.xml b/maven/settings/settings.xml new file mode 100644 index 000000000..a8a60225f --- /dev/null +++ b/maven/settings/settings.xml @@ -0,0 +1,51 @@ + + + + nexus + * + http://localhost:8081/nexus/content/groups/public + + + + nexus + + + + nexus + + + central + http://central + + true + + + true + + + + + + central + http://central + + true + + + true + + + + + + + org.owsap.plugins + + + + nexus + admin + admin123 + + +