You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2019/12/07 06:42:32 UTC

[incubator-iotdb] 04/04: mv python generate sources to python/iotdb

This is an automated email from the ASF dual-hosted git repository.

hxd pushed a commit to branch rel/0.9
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit a14c0bff056002aa1f802ade60fc1072f9d914ff
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Sat Dec 7 08:37:05 2019 +0800

    mv python generate sources to python/iotdb
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 84fba25..5e10481 100644
--- a/pom.xml
+++ b/pom.xml
@@ -945,7 +945,7 @@
                                     <generator>py</generator>
                                     <thriftExecutable>${thrift.exec.absolute.path}</thriftExecutable>
                                     <thriftSourceRoot>${basedir}/src/main/thrift</thriftSourceRoot>
-                                    <outputDirectory>${project.build.directory}/generated-sources-python</outputDirectory>
+                                    <outputDirectory>${project.build.directory}/generated-sources-python/iotdb</outputDirectory>
                                 </configuration>
                             </execution>
                             <execution>