Print

Print


Commit in lcsim-parent on MAIN
settings.xml+10-71.3 -> 1.4
JM: changing example settings.xml file to set scm login info

lcsim-parent
settings.xml 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- settings.xml	21 May 2008 09:54:08 -0000	1.3
+++ settings.xml	29 Oct 2008 21:43:27 -0000	1.4
@@ -1,14 +1,17 @@
-<!-- Sample settings.xml file to be placed in the ${user.home}/.m2 directory. -->
-<settings>
+<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">
     <profiles>
         <profile>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
+            <id>lcsimProfile</id>
             <properties>
-                <username>jeremy</username> 
-                <maven.test.skip>true</maven.test.skip>
+                <scm.username>jeremy</scm.username>
+                <scm.password>lcdg4</scm.password>
             </properties>
         </profile>
     </profiles>
+    <activeProfiles>
+        <activeProfile>lcsimProfile</activeProfile>
+    </activeProfiles>
 </settings>
CVSspam 0.2.8