You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by ti...@apache.org on 2016/12/13 00:27:41 UTC

asterixdb git commit: minor POM cleanup

Repository: asterixdb
Updated Branches:
  refs/heads/master 44cef249a -> 7255c5d18


minor POM cleanup

Change-Id: Iea7296c8cfd5d62df5c5419e69a4890e73c2b29a
Reviewed-on: https://asterix-gerrit.ics.uci.edu/850
Sonar-Qube: Jenkins <je...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Michael Blow <mb...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/7255c5d1
Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/7255c5d1
Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/7255c5d1

Branch: refs/heads/master
Commit: 7255c5d18f4e038517bf0f716606d733fdb8d019
Parents: 44cef24
Author: Till Westmann <ti...@apache.org>
Authored: Wed Jul 27 19:34:18 2016 -0700
Committer: Till Westmann <ti...@apache.org>
Committed: Mon Dec 12 16:27:07 2016 -0800

----------------------------------------------------------------------
 asterixdb/asterix-external-data/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/7255c5d1/asterixdb/asterix-external-data/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-external-data/pom.xml b/asterixdb/asterix-external-data/pom.xml
index aab1e57..f48ee43 100644
--- a/asterixdb/asterix-external-data/pom.xml
+++ b/asterixdb/asterix-external-data/pom.xml
@@ -43,7 +43,7 @@
         <version>${project.version}</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 +68,7 @@
             </goals>
             <configuration>
               <sources>
-                <source>${project.build.directory}/generated-sources/</source>
+                <source>${project.build.directory}/generated-sources/lexer/</source>
               </sources>
             </configuration>
           </execution>