Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Digulla2012-07-31 14:14:06 +0000
committerThanh Ha2012-07-31 14:18:08 +0000
commit99d7d46c0ac4e745c306130942c2493c7fbe0022 (patch)
tree9f01b5621518fdbaa86c4b8968e32bb0a30f4723 /settings.tpl
parent1087b3c7aae1eb6dad3e24e46bf52e0bebcd145e (diff)
downloadeclipse.platform.releng.aggregator-99d7d46c0ac4e745c306130942c2493c7fbe0022.tar.gz
eclipse.platform.releng.aggregator-99d7d46c0ac4e745c306130942c2493c7fbe0022.tar.xz
eclipse.platform.releng.aggregator-99d7d46c0ac4e745c306130942c2493c7fbe0022.zip
Bug 386036 - Supply scripts for common tasks
Diffstat (limited to 'settings.tpl')
-rw-r--r--settings.tpl20
1 files changed, 20 insertions, 0 deletions
diff --git a/settings.tpl b/settings.tpl
new file mode 100644
index 000000000..bc46ecf30
--- /dev/null
+++ b/settings.tpl
@@ -0,0 +1,20 @@
+<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
+ http://maven.apache.org/xsd/settings-1.0.0.xsd">
+ <localRepository/>
+ <interactiveMode/>
+ <usePluginRegistry/>
+ <offline/>
+ <pluginGroups>
+ </pluginGroups>
+ <servers>
+ </servers>
+ <mirrors>
+ </mirrors>
+ <proxies/>
+ <profiles>
+ </profiles>
+ <activeProfiles/>
+</settings>
+

Back to the top