Print

Print


Commit in lcsim/sandbox on MAIN
settings.xml+31added 1.1
JM: example user settings file; works with Tony's changes to cvs URL by setting username property

lcsim/sandbox
settings.xml added at 1.1
diff -N settings.xml
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ settings.xml	30 Jan 2009 18:20:48 -0000	1.1
@@ -0,0 +1,31 @@
+<settings xmlns="http://maven.apache.org/POM/4.0.0"
+          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+                              http://maven.apache.org/xsd/settings-1.0.0.xsd">
+
+<!-- 
+    Example user settings file.
+    $Id: settings.xml,v 1.1 2009/01/30 18:20:48 jeremy Exp $
+-->
+
+    <activeProfiles>
+        <activeProfile>cvs-username</activeProfile>
+        <activeProfile>no-tests</activeProfile>
+    </activeProfiles>
+
+    <profiles>
+        <profile>
+            <id>cvs-username</id>
+            <properties>
+                <username>jeremy</username>
+            </properties>
+        </profile>
+        <profile>
+            <id>no-tests</id>
+            <properties>
+                <maven.test.skip>true</maven.test.skip>
+            </properties>
+        </profile>
+    </profiles>
+
+</settings>
CVSspam 0.2.8