Commit in java/sandbox/data-cat on MAIN
pom.xml+18-4706 -> 707
pom tweaks

java/sandbox/data-cat
pom.xml 706 -> 707
--- java/sandbox/data-cat/pom.xml	2014-06-13 17:57:27 UTC (rev 706)
+++ java/sandbox/data-cat/pom.xml	2014-06-13 18:00:47 UTC (rev 707)
@@ -1,10 +1,15 @@
 <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.hps</groupId>
     <artifactId>hps-datacat</artifactId>
-    <version>0.1-SNAPSHOT</version>
     <name>datacat</name>
+    <description>HPS data catalog wrappers and utilities</description>
+    <parent>
+        <groupId>org.hps</groupId>
+        <artifactId>hps-parent</artifactId>
+        <relativePath>../parent/pom.xml</relativePath>
+        <version>3.0.2-SNAPSHOT</version>
+    </parent>    
     <repositories>
         <repository>
             <id>srs-maven2-public</id>
@@ -107,7 +112,16 @@
                         </configuration>
                     </execution>
                 </executions>
-            </plugin>            
+            </plugin>                 
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>org/srs/datacat/server/**.java</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>                               
         </plugins>
     </build>
-</project>
+</project>
\ No newline at end of file
SVNspam 0.1