Print

Print


Commit in lcsim-parent on MAIN
pom.xml+25-471.11 -> 1.12


lcsim-parent
pom.xml 1.11 -> 1.12
diff -u -r1.11 -r1.12
--- pom.xml	21 May 2008 07:35:04 -0000	1.11
+++ pom.xml	21 May 2008 08:22:49 -0000	1.12
@@ -1,10 +1,11 @@
-<project 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/maven-v4_0_0.xsd">
-
-    <!-- 
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
         This is the parent POM for all org.lcsim projects (GeomConverter, org.lcsim etc). 
         It provides a single place where common settings can be stored.
-    -->
-    
+-->
+<project 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/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.lcsim</groupId>
     <artifactId>lcsim-parent</artifactId>
@@ -19,42 +20,9 @@
     </scm>   
     <profiles>
         <profile>
-            <id>unknown-username</id>
+            <id>lcsim-deploy</id>
             <activation>
-                <activeByDefault>false</activeByDefault>
-                <file>
-                    <missing>${user.home}/.m2/settings.xml</missing>
-                </file>
-            </activation>
-            <properties>
-                <username>${user.name}</username>
-            </properties>
-        </profile>
-        <profile>
-            <id>linux-deploy</id>
-            <activation>
-                <activeByDefault>false</activeByDefault>
-                <os>
-                    <name>Linux</name>
-                    <family>Linux</family>
-                </os>
-            </activation>
-            <distributionManagement>
-                <repository>
-                    <id>lcsim-maven-slac-linux</id>
-                    <name>org.lcsim Maven Repository</name>
-                    <url>scp://noric.slac.stanford.edu///nfs/slac/g/lcd/mc/prj/www/lcsim/maven2/</url>
-                </repository>
-             </distributionManagement>
-        </profile>
-        <profile>
-            <id>windows-deploy</id>
-            <activation>
-                <activeByDefault>false</activeByDefault>
-                <os>
-                    <name>Windows</name>
-                    <family>Windows</family>
-                </os>
+                <activeByDefault>true</activeByDefault>
             </activation>
             <distributionManagement>
                 <repository>
@@ -67,8 +35,13 @@
     </profiles>
     <repositories>
         <repository>
+            <id>Repo1</id>
+            <name>Repo1</name>
+            <url>http://repo1.maven.org/maven2/</url>
+        </repository>
+        <repository>
             <id>freehep-maven</id>
-            <name>Maven FreeHEP</name>
+            <name>FreeHEP Maven 2 Repository</name>
             <url>http://java.freehep.org/maven2</url>
         </repository>
         <repository>
@@ -76,11 +49,6 @@
             <name>org.lcsim Maven Repository</name>
             <url>http://lcsim.org/maven2</url>
         </repository>
-        <repository>
-            <id>repo1</id>
-            <name>Repo1</name>
-            <url>http://repo1.maven.org/maven2/</url>
-        </repository>
     </repositories>
     <pluginRepositories>
         <pluginRepository>
@@ -96,6 +64,16 @@
             <version>3.8.2</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>commons-math</groupId>
+            <artifactId>commons-math</artifactId>
+            <version>1.1</version>
+        </dependency>
+        <dependency>
+            <groupId>xerces</groupId>
+            <artifactId>xercesImpl</artifactId>
+            <version>2.7.1</version>
+        </dependency>
     </dependencies>
     <reporting>
         <plugins>
@@ -126,7 +104,7 @@
                 <directory>testResources</directory>
             </testResource>
         </testResources>   
-        <defaultGoal>install</defaultGoal>       
+        <defaultGoal>install</defaultGoal>
         <plugins>
             <plugin>
                 <artifactId>maven-compiler-plugin</artifactId>
CVSspam 0.2.8