summaryrefslogtreecommitdiffstats
path: root/java/etc/settings.xml
diff options
context:
space:
mode:
authordims <dims@13f79535-47bb-0310-9956-ffa450edef68>2008-06-17 00:23:01 +0000
committerdims <dims@13f79535-47bb-0310-9956-ffa450edef68>2008-06-17 00:23:01 +0000
commitbdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a (patch)
tree38a92061c0793434c4be189f1d70c3458b6bc41d /java/etc/settings.xml
Move Tuscany from Incubator to top level.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/etc/settings.xml')
-rw-r--r--java/etc/settings.xml61
1 files changed, 61 insertions, 0 deletions
diff --git a/java/etc/settings.xml b/java/etc/settings.xml
new file mode 100644
index 0000000000..2ad3f405af
--- /dev/null
+++ b/java/etc/settings.xml
@@ -0,0 +1,61 @@
+<!--
+ A proposed template for your maven repo settings. Below are mirrors to help maven find build artifacats.
+ You can copy or merge this file into %USERPROFILE%\.m2\settings.xml.
+ Please see http://maven.apache.org/guides/mini/guide-mirror-settings.html for more details.
+-->
+<settings>
+
+ <servers>
+ <server>
+ <id>apache.snapshots</id>
+ <username>your_apache_id</username>
+ <!-- Default value is ~/.ssh/id_dsa -->
+ <privateKey><user.home>\.ssh\id_dsa</privateKey>
+ <passphrase>your_password</passphrase>
+ <directoryPermissions>775</directoryPermissions>
+ <filePermissions>664</filePermissions>
+ </server>
+ </servers>
+
+ <mirrors>
+ <mirror>
+ <id>dotsrc.org</id>
+ <url>http://mirrors.dotsrc.org/maven2</url>
+ <mirrorOf>central</mirrorOf>
+ </mirror>
+ <mirror>
+ <id>ggi-project.org</id>
+ <url>http://ftp.ggi-project.org/pub/packages/maven2</url>
+ <mirrorOf>central</mirrorOf>
+ </mirror>
+ <mirror>
+ <id>sunsite.dk</id>
+ <url>http://mirrors.sunsite.dk/maven2</url>
+ <mirrorOf>central</mirrorOf>
+ </mirror>
+ <mirror>
+ <id>planetmirror.com</id>
+ <url>http://public.planetmirror.com/pub/maven2</url>
+ <mirrorOf>central</mirrorOf>
+ </mirror>
+ <mirror>
+ <id>lsu.edu</id>
+ <url>http://ibiblio.lsu.edu/main/pub/packages/maven2</url>
+ <mirrorOf>central</mirrorOf>
+ </mirror>
+ <mirror>
+ <id>ibiblio.net</id>
+ <url>http://www.ibiblio.net/pub/packages/maven2</url>
+ <mirrorOf>central</mirrorOf>
+ </mirror>
+
+ <mirror>
+ <id>osuosl.org</id>
+ <!-- Oregon State University Open Source Lab -->
+ <url>http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2</url>
+ <mirrorOf>eclipse.emf</mirrorOf>
+ </mirror>
+
+ </mirrors>
+
+</settings>