Commit in jevio-base on MAIN
pom.xml+76-751.18 -> 1.19
reformat POM file; add CVS variables to connection string

jevio-base
pom.xml 1.18 -> 1.19
diff -u -r1.18 -r1.19
--- pom.xml	5 Sep 2012 16:08:22 -0000	1.18
+++ pom.xml	13 Feb 2013 20:36:47 -0000	1.19
@@ -1,83 +1,84 @@
+<?xml version="1.0"?>
 <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>
-    <artifactId>jevio-base</artifactId>
-    <groupId>org.lcsim</groupId>
-    <name>JEVIO</name>
-    <version>4.2-SNAPSHOT</version>
-    <description>Java version of EVIO event data model imported from JLAB without external deps</description>
-    <scm>
-        <connection>scm:cvs:pserver:[log in to unmask]:/cvs/lcd:jevio-base</connection>
-        <developerConnection>scm:cvs:pserver:[log in to unmask]:/cvs/lcd:jevio-base</developerConnection>
-        <url>http://source.freehep.org/jcvsweb/ilc/LCSIM/list/jevio-base</url>
-   </scm>            
-   <repositories>
-       <repository>
-           <id>lcsim-maven</id>
-           <name>org.lcsim Maven Repository</name>
-           <url>http://lcsim.org/maven2</url>
-       </repository>
-       <repository>
-           <id>maven-central</id>
-           <name>maven-central</name>
-           <url>http://repo1.maven.org/maven2/</url>
-       </repository>
-   </repositories>
-   <distributionManagement>
-<!--
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jevio-base</artifactId>
+  <groupId>org.lcsim</groupId>
+  <name>JEVIO</name>
+  <version>4.2-SNAPSHOT</version>
+  <description>Java version of EVIO event data model imported from JLAB without external deps</description>
+  <scm>
+    <connection>scm:cvs:pserver:${cvs.username}:[log in to unmask]:/cvs/lcd:jevio-base</connection>
+    <developerConnection>scm:cvs:pserver:${cvs.username}:[log in to unmask]:/cvs/lcd:jevio-base</developerConnection>
+    <url>http://source.freehep.org/jcvsweb/ilc/LCSIM/list/jevio-base</url>
+  </scm>
+  <repositories>
+    <repository>
+      <id>lcsim-maven</id>
+      <name>org.lcsim Maven Repository</name>
+      <url>http://lcsim.org/maven2</url>
+    </repository>
+    <repository>
+      <id>maven-central</id>
+      <name>maven-central</name>
+      <url>http://repo1.maven.org/maven2/</url>
+    </repository>
+  </repositories>
+  <distributionManagement>
+    <!--
         <site>
             <id>org.lcsim</id>
             <name>org.lcsim</name>
             <url>scp://svn.slac.stanford.edu///nfs/slac/g/lcd/mc/prj/www/lcsim/software/lcsim/${project.version}</url>
         </site>
 -->
-        <repository>
-            <id>lcsim-maven-slac-linux</id>
-            <name>org.lcsim Maven Repository</name>
-            <url>scpexe://svn.slac.stanford.edu///nfs/slac/g/lcd/mc/prj/www/lcsim/maven2/</url>
-        </repository>
-        <snapshotRepository>
-            <id>lcsim-maven</id>
-            <name>org.lcsim Maven Repository</name>
-            <url>scp://svn.slac.stanford.edu///nfs/slac/g/lcd/mc/prj/www/lcsim/maven2/</url>
-            <uniqueVersion>false</uniqueVersion>
-        </snapshotRepository>
-    </distributionManagement>
-    <build>        
-        <extensions>
-            <extension>
-                <groupId>org.apache.maven.wagon</groupId>
-                <artifactId>wagon-ssh</artifactId>
-                <version>2.2</version>
-            </extension>
-        </extensions>
-        <defaultGoal>install</defaultGoal>
-        <plugins>            
-            <plugin>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.6</source>
-                    <target>1.6</target>
-                    <showDeprecation>false</showDeprecation>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <argLine>-Xmx1024m</argLine>
-                    <forkMode>pertest</forkMode>
-                    <excludes>
-                        <exclude>**/*$*</exclude>
-                    </excludes>	 
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-    <dependencies>
-        <dependency>
-            <groupId>org.lcsim</groupId>
-            <artifactId>cmsg</artifactId>
-            <version>3.0</version>
-        </dependency>
-    </dependencies>
+    <repository>
+      <id>lcsim-maven-slac-linux</id>
+      <name>org.lcsim Maven Repository</name>
+      <url>scpexe://svn.slac.stanford.edu///nfs/slac/g/lcd/mc/prj/www/lcsim/maven2/</url>
+    </repository>
+    <snapshotRepository>
+      <id>lcsim-maven</id>
+      <name>org.lcsim Maven Repository</name>
+      <url>scp://svn.slac.stanford.edu///nfs/slac/g/lcd/mc/prj/www/lcsim/maven2/</url>
+      <uniqueVersion>false</uniqueVersion>
+    </snapshotRepository>
+  </distributionManagement>
+  <build>
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.wagon</groupId>
+        <artifactId>wagon-ssh</artifactId>
+        <version>2.2</version>
+      </extension>
+    </extensions>
+    <defaultGoal>install</defaultGoal>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.6</source>
+          <target>1.6</target>
+          <showDeprecation>false</showDeprecation>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <argLine>-Xmx1024m</argLine>
+          <forkMode>pertest</forkMode>
+          <excludes>
+            <exclude>**/*$*</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.lcsim</groupId>
+      <artifactId>cmsg</artifactId>
+      <version>3.0</version>
+    </dependency>
+  </dependencies>
 </project>
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1