This is an automated email from the ASF dual-hosted git repository.
lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git
The following commit(s) were added to refs/heads/master by this push:
new 3a97a90 Redefine cassandra generated package as a test source
new d34e163 Merge pull request #192 from chanakadkb/GORA-623
3a97a90 is described below
commit 3a97a90033d45d920ac6b1e935e424fb61a7402c
Author: Chanaka Balasooriya <[email protected]>
AuthorDate: Tue Sep 3 09:02:45 2019 +0530
Redefine cassandra generated package as a test source
---
gora-cassandra/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gora-cassandra/pom.xml b/gora-cassandra/pom.xml
index 14de558..a41aacf 100644
--- a/gora-cassandra/pom.xml
+++ b/gora-cassandra/pom.xml
@@ -78,9 +78,9 @@
<version>${build-helper-maven-plugin.version}</version>
<executions>
<execution>
- <phase>generate-sources</phase>
+ <phase>generate-test-sources</phase>
<goals>
- <goal>add-source</goal>
+ <goal>add-test-source</goal>
</goals>
<configuration>
<sources>