You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by ma...@apache.org on 2011/06/26 01:29:50 UTC

svn commit: r1139668 - in /incubator/gora/branches/0.1.1-incubating: gora-hbase/pom.xml pom.xml

Author: mattmann
Date: Sat Jun 25 23:29:50 2011
New Revision: 1139668

URL: http://svn.apache.org/viewvc?rev=1139668&view=rev
Log:
Make test deps correct.

Modified:
    incubator/gora/branches/0.1.1-incubating/gora-hbase/pom.xml
    incubator/gora/branches/0.1.1-incubating/pom.xml

Modified: incubator/gora/branches/0.1.1-incubating/gora-hbase/pom.xml
URL: http://svn.apache.org/viewvc/incubator/gora/branches/0.1.1-incubating/gora-hbase/pom.xml?rev=1139668&r1=1139667&r2=1139668&view=diff
==============================================================================
--- incubator/gora/branches/0.1.1-incubating/gora-hbase/pom.xml (original)
+++ incubator/gora/branches/0.1.1-incubating/gora-hbase/pom.xml Sat Jun 25 23:29:50 2011
@@ -60,6 +60,14 @@
             <version>${project.version}</version>
         </dependency>
 
+        <dependency>
+            <groupId>org.apache.gora</groupId>
+            <artifactId>gora-core</artifactId>
+            <version>${project.version}</version>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+
         <!-- Hadoop Dependencies -->
         <dependency>
             <groupId>org.apache.hbase</groupId>

Modified: incubator/gora/branches/0.1.1-incubating/pom.xml
URL: http://svn.apache.org/viewvc/incubator/gora/branches/0.1.1-incubating/pom.xml?rev=1139668&r1=1139667&r2=1139668&view=diff
==============================================================================
--- incubator/gora/branches/0.1.1-incubating/pom.xml (original)
+++ incubator/gora/branches/0.1.1-incubating/pom.xml Sat Jun 25 23:29:50 2011
@@ -79,6 +79,18 @@
                     </execution>
                 </executions>
             </plugin>
+             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <version>2.2</version>
+                <executions>
+                  <execution>
+                  <goals>
+                    <goal>test-jar</goal>
+                  </goals>
+                 </execution>
+               </executions>
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-release-plugin</artifactId>