]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-360,CSPACE-384: POM file additions to generate a jar file containing client...
authorAron Roberts <aron@socrates.berkeley.edu>
Thu, 27 Aug 2009 19:14:06 +0000 (19:14 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Thu, 27 Aug 2009 19:14:06 +0000 (19:14 +0000)
services/client/pom.xml
services/collectionobject/client/pom.xml

index 72920e59f530285534302f3eb96e6849f9ccd88d..c25aa46fb97eca56ee3c75d258cfd0e2b35eea29 100644 (file)
     <build>\r
         <finalName>collectionspace-services-client</finalName>\r
         <plugins>\r
+            <plugin>\r
+                <groupId>org.apache.maven.plugins</groupId>\r
+                <artifactId>maven-jar-plugin</artifactId>\r
+                <executions>\r
+                    <execution>\r
+                        <goals>\r
+                            <goal>test-jar</goal>\r
+                        </goals>\r
+                    </execution>\r
+                </executions>\r
+            </plugin>\r
             <plugin>\r
                 <groupId>org.apache.maven.plugins</groupId>\r
                 <artifactId>maven-surefire-plugin</artifactId>\r
index bb39f818a0fe70e3db8f3558d5e59ec1a7471c0f..efeecb19dab2c32793021076f902f8892ced7430 100644 (file)
             <artifactId>org.collectionspace.services.client</artifactId>\r
             <version>1.0</version>\r
         </dependency>\r
+        <dependency>\r
+            <groupId>org.collectionspace.services</groupId>\r
+            <artifactId>org.collectionspace.services.client</artifactId>\r
+            <version>1.0</version>\r
+            <scope>test</scope>\r
+            <type>test-jar</type>\r
+        </dependency>\r
         \r
         <dependency>\r
             <groupId>org.testng</groupId>\r