From 6849bae412ae7a31bb8acc456801a203383aca3e Mon Sep 17 00:00:00 2001 From: Simone Tripodi Date: Sun, 4 Mar 2012 17:34:03 +0000 Subject: [PATCH] first checkin of settings.xml template that will help on getting rid of external repos inside the main parent pom --- maven/settings.xml | 87 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 maven/settings.xml diff --git a/maven/settings.xml b/maven/settings.xml new file mode 100644 index 0000000..782f345 --- /dev/null +++ b/maven/settings.xml @@ -0,0 +1,87 @@ + + + + + + + people.apache.org + ${committer.id} + 664 + 775 + + + apache.releases + ${committer.id} + 664 + 775 + + + apache.website + ${committer.id} + 664 + 775 + + + apache.snapshots + ${committer.id} + 664 + 775 + + + apache.snapshots.https + ${committer.id} + ${committer.password} + + + apache.releases.https + ${committer.id} + ${committer.password} + + + + + + apache.any23 + + false + + + forked-path + ${gpg.keyname} + ${gpg.passphrase} + + + + any23-repository-external + http://any23.googlecode.com/svn/repo-ext + + + + aduna-software-release-repo + Aduna SW Release Repository + http://repo.aduna-software.org/maven2/releases + default + + + + + +