From 58c2d11d75a4db033cc6c601ed6bcea0433804e3 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 13 Aug 2019 14:54:16 -0400 Subject: maven: adopt --- templates/.m2/settings.xml | 56 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 templates/.m2/settings.xml diff --git a/templates/.m2/settings.xml b/templates/.m2/settings.xml new file mode 100644 index 0000000..756e999 --- /dev/null +++ b/templates/.m2/settings.xml @@ -0,0 +1,56 @@ + + + + + ben + {{ pass "virtyx/maven-token" }} + central + + + ben + {{ pass "virtyx/maven-token" }} + snapshots + + + + + + + + false + + central + libs-release + https://maven.virtyx.com/artifactory/libs-release + + + + snapshots + libs-snapshot + https://maven.virtyx.com/artifactory/libs-snapshot + + + + + + false + + central + plugins-release + https://maven.virtyx.com/artifactory/plugins-release + + + + snapshots + plugins-snapshot + https://maven.virtyx.com/artifactory/plugins-snapshot + + + artifactory + + + + artifactory + + -- cgit v1.2.3