Skip to content

Commit f30aa1e

Browse files
committed
modify pom
1 parent 08eab84 commit f30aa1e

File tree

5 files changed

+17
-15
lines changed
  • elasticsearch6/elasticsearch6-side
  • oceanbase

5 files changed

+17
-15
lines changed

elasticsearch6/elasticsearch6-side/elasticsearch6-all-side/pom.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
<goal>shade</goal>
5555
</goals>
5656
<configuration>
57+
<createDependencyReducedPom>false</createDependencyReducedPom>
5758
<artifactSet>
5859
<excludes>
5960

@@ -87,14 +88,14 @@
8788
</goals>
8889
<configuration>
8990
<tasks>
90-
<copy todir="${basedir}/../../../plugins/elasticsearch6allside">
91+
<copy todir="${basedir}/../../../sqlplugins/elasticsearch6allside">
9192
<fileset dir="target/">
9293
<include name="${project.artifactId}-${project.version}.jar"/>
9394
</fileset>
9495
</copy>
9596

96-
<move file="${basedir}/../../../plugins/elasticsearch6allside/${project.artifactId}-${project.version}.jar"
97-
tofile="${basedir}/../../../plugins/elasticsearch6allside/${project.name}-${git.branch}.jar"/>
97+
<move file="${basedir}/../../../sqlplugins/elasticsearch6allside/${project.artifactId}-${project.version}.jar"
98+
tofile="${basedir}/../../../sqlplugins/elasticsearch6allside/${project.name}-${git.branch}.jar"/>
9899
</tasks>
99100
</configuration>
100101
</execution>

elasticsearch6/elasticsearch6-side/elasticsearch6-async-side/pom.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
<goal>shade</goal>
4848
</goals>
4949
<configuration>
50+
<createDependencyReducedPom>false</createDependencyReducedPom>
5051
<artifactSet>
5152
<excludes>
5253

@@ -80,14 +81,14 @@
8081
</goals>
8182
<configuration>
8283
<tasks>
83-
<copy todir="${basedir}/../../../plugins/elasticsearch6asyncside">
84+
<copy todir="${basedir}/../../../sqlplugins/elasticsearch6asyncside">
8485
<fileset dir="target/">
8586
<include name="${project.artifactId}-${project.version}.jar"/>
8687
</fileset>
8788
</copy>
8889

89-
<move file="${basedir}/../../../plugins/elasticsearch6asyncside/${project.artifactId}-${project.version}.jar"
90-
tofile="${basedir}/../../../plugins/elasticsearch6asyncside/${project.name}-${git.branch}.jar"/>
90+
<move file="${basedir}/../../../sqlplugins/elasticsearch6asyncside/${project.artifactId}-${project.version}.jar"
91+
tofile="${basedir}/../../../sqlplugins/elasticsearch6asyncside/${project.name}-${git.branch}.jar"/>
9192
</tasks>
9293
</configuration>
9394
</execution>

oceanbase/oceanbase-side/oceanbase-all-side/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@
7474
</goals>
7575
<configuration>
7676
<tasks>
77-
<copy todir="${basedir}/../../../plugins/oceanbaseallside">
77+
<copy todir="${basedir}/../../../sqlplugins/oceanbaseallside">
7878
<fileset dir="target/">
7979
<include name="${project.artifactId}-${project.version}.jar"/>
8080
</fileset>
8181
</copy>
8282

83-
<move file="${basedir}/../../../plugins/oceanbaseallside/${project.artifactId}-${project.version}.jar"
84-
tofile="${basedir}/../../../plugins/oceanbaseallside/${project.name}-${git.branch}.jar"/>
83+
<move file="${basedir}/../../../sqlplugins/oceanbaseallside/${project.artifactId}-${project.version}.jar"
84+
tofile="${basedir}/../../../sqlplugins/oceanbaseallside/${project.name}-${git.branch}.jar"/>
8585
</tasks>
8686
</configuration>
8787
</execution>

oceanbase/oceanbase-side/oceanbase-async-side/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@
7474
</goals>
7575
<configuration>
7676
<tasks>
77-
<copy todir="${basedir}/../../../plugins/oceanbaseasyncside">
77+
<copy todir="${basedir}/../../../sqlplugins/oceanbaseasyncside">
7878
<fileset dir="target/">
7979
<include name="${project.artifactId}-${project.version}.jar"/>
8080
</fileset>
8181
</copy>
8282

83-
<move file="${basedir}/../../../plugins/oceanbaseasyncside/${project.artifactId}-${project.version}.jar"
84-
tofile="${basedir}/../../../plugins/oceanbaseasyncside/${project.name}-${git.branch}.jar"/>
83+
<move file="${basedir}/../../../sqlplugins/oceanbaseasyncside/${project.artifactId}-${project.version}.jar"
84+
tofile="${basedir}/../../../sqlplugins/oceanbaseasyncside/${project.name}-${git.branch}.jar"/>
8585
</tasks>
8686
</configuration>
8787
</execution>

oceanbase/oceanbase-sink/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@
7171
</goals>
7272
<configuration>
7373
<tasks>
74-
<copy todir="${basedir}/../../plugins/oceanbasesink">
74+
<copy todir="${basedir}/../../sqlplugins/oceanbasesink">
7575
<fileset dir="target/">
7676
<include name="${project.artifactId}-${project.version}.jar"/>
7777
</fileset>
7878
</copy>
7979

80-
<move file="${basedir}/../../plugins/oceanbasesink/${project.artifactId}-${project.version}.jar"
81-
tofile="${basedir}/../../plugins/oceanbasesink/${project.name}-${git.branch}.jar"/>
80+
<move file="${basedir}/../../sqlplugins/oceanbasesink/${project.artifactId}-${project.version}.jar"
81+
tofile="${basedir}/../../sqlplugins/oceanbasesink/${project.name}-${git.branch}.jar"/>
8282
</tasks>
8383
</configuration>
8484
</execution>

0 commit comments

Comments
 (0)