Till Westmann has uploaded a new change for review.
https://asterix-gerrit.ics.uci.edu/850
Change subject: minor POM cleanup
......................................................................
minor POM cleanup
Change-Id: Iea7296c8cfd5d62df5c5419e69a4890e73c2b29a
---
M asterixdb/asterix-external-data/pom.xml
1 file changed, 3 insertions(+), 2 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
refs/changes/50/850/1
diff --git a/asterixdb/asterix-external-data/pom.xml
b/asterixdb/asterix-external-data/pom.xml
index 7b25f5a..048a924 100644
--- a/asterixdb/asterix-external-data/pom.xml
+++ b/asterixdb/asterix-external-data/pom.xml
@@ -43,7 +43,8 @@
<version>0.8.9-SNAPSHOT</version>
<configuration>
<grammarFile>src/main/resources/adm.grammar</grammarFile>
-
<outputDir>${project.build.directory}/generated-sources/org/apache/asterix/runtime/operators/file/adm</outputDir>
+
<outputDir>${project.build.directory}/generated-sources/lexer/org/apache/asterix/runtime/operators
+ /file/adm</outputDir>
</configuration>
<executions>
<execution>
@@ -68,7 +69,7 @@
</goals>
<configuration>
<sources>
- <source>${project.build.directory}/generated-sources/</source>
+
<source>${project.build.directory}/generated-sources/lexer/</source>
</sources>
</configuration>
</execution>
--
To view, visit https://asterix-gerrit.ics.uci.edu/850
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iea7296c8cfd5d62df5c5419e69a4890e73c2b29a
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Till Westmann <[email protected]>