Till Westmann has submitted this change and it was merged. Change subject: minor POM cleanup ......................................................................
minor POM cleanup Change-Id: Iea7296c8cfd5d62df5c5419e69a4890e73c2b29a Reviewed-on: https://asterix-gerrit.ics.uci.edu/850 Sonar-Qube: Jenkins <[email protected]> Tested-by: Jenkins <[email protected]> Integration-Tests: Jenkins <[email protected]> Reviewed-by: Michael Blow <[email protected]> --- M asterixdb/asterix-external-data/pom.xml 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Michael Blow: Looks good to me, approved Jenkins: Verified; No violations found; Verified 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> -- To view, visit https://asterix-gerrit.ics.uci.edu/850 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iea7296c8cfd5d62df5c5419e69a4890e73c2b29a Gerrit-PatchSet: 7 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Till Westmann <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]>
