Commit in hps-detectors on MAIN
pom.xml+29-781.14 -> 1.15
use lcsim-parent as parent pom; remove duplicate configuration; put back connection variables

hps-detectors
pom.xml 1.14 -> 1.15
diff -u -r1.14 -r1.15
--- pom.xml	26 Feb 2013 02:54:50 -0000	1.14
+++ pom.xml	16 Apr 2013 18:52:44 -0000	1.15
@@ -1,81 +1,32 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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>hps-detectors</artifactId>
-  <name>HPS Detectors</name>
-  <version>1.4-SNAPSHOT</version>
-  <description>Maven packaging for HPS detector conditions data.</description>
-  <scm>
-    <connection>scm:cvs:pserver:jeremy:[log in to unmask]:/cvs/lcd:hps-detectors</connection>
-    <developerConnection>scm:cvs:pserver:jeremy:[log in to unmask]:/cvs/lcd:hps-detectors</developerConnection>
-    <url>http://www.lcsim.org/detectors</url>
-  </scm>
-  <distributionManagement>
-    <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>scpexe://svn.slac.stanford.edu///nfs/slac/g/lcd/mc/prj/www/lcsim/maven2/</url>
-      <uniqueVersion>false</uniqueVersion>
-    </snapshotRepository>
-  </distributionManagement>
-  <pluginRepositories>
-    <pluginRepository>
-      <id>freehep-maven</id>
-      <name>Freehep Plugin Repository</name>
-      <url>http://java.freehep.org/maven2</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-    </pluginRepository>
-  </pluginRepositories>
-  <build>
-    <extensions>
-      <extension>
-        <groupId>org.apache.maven.wagon</groupId>
-        <artifactId>wagon-ssh-external</artifactId>
-        <version>2.2</version>
-      </extension>
-    </extensions>
-    <resources>
-      <resource>
-        <directory>detectors</directory>
-        <excludes>
-          <exclude>*~</exclude>
-          <exclude>*.zip</exclude>
-          <exclude>*.jar</exclude>
-          <exclude>CVS</exclude>
-        </excludes>
-      </resource>
-    </resources>
-    <plugins>
-      <plugin>
-        <groupId>org.freehep</groupId>
-        <artifactId>freehep-jas-plugin</artifactId>
-        <version>2.0.1</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>install</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <jarName>hps-detectors</jarName>
-          <includes>
-            <include>org.lcsim:hps-detectors</include>
-          </includes>
-        </configuration>
-      </plugin>
-    </plugins>
-    <defaultGoal>install</defaultGoal>
-  </build>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.lcsim</groupId>
+    <artifactId>hps-detectors</artifactId>
+    <name>HPS Detectors</name>
+    <version>1.4-SNAPSHOT</version>
+    <description>Maven packaging for HPS detector conditions data.</description>
+     <parent>
+        <groupId>org.lcsim</groupId>
+        <artifactId>lcsim-parent</artifactId>
+        <version>2.8-SNAPSHOT</version>
+    </parent>
+    <scm>
+        <connection>scm:cvs:pserver:${lcd.cvs.username}:[log in to unmask]:/cvs/lcd:hps-detectors</connection>
+        <developerConnection>scm:cvs:pserver:${lcd.cvs.username}:[log in to unmask]:/cvs/lcd:hps-detectors</developerConnection>
+        <url>http://www.lcsim.org/detectors</url>
+    </scm>
+    <build>
+        <resources>
+            <resource>
+                <directory>detectors</directory>
+                <excludes>
+                    <exclude>*~</exclude>
+                    <exclude>*.zip</exclude>
+                    <exclude>*.jar</exclude>
+                    <exclude>CVS</exclude>
+                </excludes>
+            </resource>
+        </resources>
+    </build>
 </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