Author: lewismc
Date: Tue Dec 4 18:48:50 2012
New Revision: 1417112
URL: http://svn.apache.org/viewvc?rev=1417112&view=rev
Log:
GORA-193 Make sure gora-core test dependency is always generated when packaging
Modified:
gora/trunk/CHANGES.txt
gora/trunk/gora-core/pom.xml
Modified: gora/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/gora/trunk/CHANGES.txt?rev=1417112&r1=1417111&r2=1417112&view=diff
==============================================================================
--- gora/trunk/CHANGES.txt (original)
+++ gora/trunk/CHANGES.txt Tue Dec 4 18:48:50 2012
@@ -6,6 +6,8 @@ Gora Change Log
trunk (current development)
+* GORA-193 Make sure gora-core test dependency is always generated when
packaging (lewismc)
+
* GORA-186 Show better errors when a field is missing in HBase mapping
(Alfonso Nishikawa via hsaputra)
* GORA-179 Modify the Query interface to be Query<K, T extends Persistent> to
be more precise
Modified: gora/trunk/gora-core/pom.xml
URL:
http://svn.apache.org/viewvc/gora/trunk/gora-core/pom.xml?rev=1417112&r1=1417111&r2=1417112&view=diff
==============================================================================
--- gora/trunk/gora-core/pom.xml (original)
+++ gora/trunk/gora-core/pom.xml Tue Dec 4 18:48:50 2012
@@ -74,6 +74,17 @@
</testResources>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>${build-helper-maven-plugin.version}</version>