You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2019/07/23 08:04:48 UTC

[incubator-iotdb] branch move_to_target created (now 8cc7dcc)

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

qiaojialin pushed a change to branch move_to_target
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


      at 8cc7dcc  move artifacts to target folder

This branch includes the following new commits:

     new 8cc7dcc  move artifacts to target folder

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-iotdb] 01/01: move artifacts to target folder

Posted by qi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8cc7dcc936cf357176324fd5aef0bb09850df3d7
Author: qiaojialin <64...@qq.com>
AuthorDate: Tue Jul 23 16:04:33 2019 +0800

    move artifacts to target folder
---
 client/pom.xml | 6 +++---
 server/pom.xml | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/client/pom.xml b/client/pom.xml
index 2ff500b..2f054c7 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -113,17 +113,17 @@
                         <configuration>
                             <target>
                                 <echo>ANT TASK - copying client files....</echo>
-                                <copy todir="${maven.multiModuleProjectDirectory}/lib/" overwrite="true" flatten="true">
+                                <copy todir="${maven.multiModuleProjectDirectory}/target/lib/" overwrite="true" flatten="true">
                                     <fileset dir="${project.basedir}/cli/lib" includes="*.jar">
                                         <include name="*.jar"/>
                                     </fileset>
                                 </copy>
-                                <copy todir="${maven.multiModuleProjectDirectory}/sbin/" overwrite="true" flatten="true">
+                                <copy todir="${maven.multiModuleProjectDirectory}/target/sbin/" overwrite="true" flatten="true">
                                     <fileset dir="${project.basedir}/cli/sbin" includes="*">
                                         <include name="*"/>
                                     </fileset>
                                 </copy>
-                                <copy todir="${maven.multiModuleProjectDirectory}/tools/" overwrite="true" flatten="true">
+                                <copy todir="${maven.multiModuleProjectDirectory}/target/tools/" overwrite="true" flatten="true">
                                     <fileset dir="${project.basedir}/cli/tools" includes="*">
                                         <include name="*"/>
                                     </fileset>
diff --git a/server/pom.xml b/server/pom.xml
index 3eca1e9..82a2903 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -169,22 +169,22 @@
                         <configuration>
                             <target>
                                 <echo>ANT TASK - copying server files....</echo>
-                                <copy todir="${maven.multiModuleProjectDirectory}/conf/" overwrite="true" flatten="true">
+                                <copy todir="${maven.multiModuleProjectDirectory}/target/conf/" overwrite="true" flatten="true">
                                     <fileset dir="${project.basedir}/iotdb/conf" includes="*">
                                         <include name="*"/>
                                     </fileset>
                                 </copy>
-                                <copy todir="${maven.multiModuleProjectDirectory}/lib/" overwrite="true" flatten="true">
+                                <copy todir="${maven.multiModuleProjectDirectory}/target/lib/" overwrite="true" flatten="true">
                                     <fileset dir="${project.basedir}/iotdb/lib" includes="*.jar">
                                         <include name="*.jar"/>
                                     </fileset>
                                 </copy>
-                                <copy todir="${maven.multiModuleProjectDirectory}/sbin/" overwrite="true" flatten="true">
+                                <copy todir="${maven.multiModuleProjectDirectory}/target/sbin/" overwrite="true" flatten="true">
                                     <fileset dir="${project.basedir}/iotdb/sbin" includes="*">
                                         <include name="*"/>
                                     </fileset>
                                 </copy>
-                                <copy todir="${maven.multiModuleProjectDirectory}/tools/" overwrite="true" flatten="true">
+                                <copy todir="${maven.multiModuleProjectDirectory}/target/tools/" overwrite="true" flatten="true">
                                     <fileset dir="${project.basedir}/iotdb/tools" includes="*">
                                         <include name="*"/>
                                     </fileset>