Skip to content

Commit 72cf875

Browse files
committed
core plugins rename
1 parent 75f7585 commit 72cf875

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,13 +191,13 @@
191191
</goals>
192192
<configuration>
193193
<tasks>
194-
<copy todir="${basedir}/../plugins">
194+
<copy todir="${basedir}/../sqlplugins">
195195
<fileset dir="target/">
196196
<include name="${project.artifactId}-${project.version}.jar" />
197197
</fileset>
198198
</copy>
199-
<move file="${basedir}/../plugins/${project.artifactId}-${project.version}.jar"
200-
tofile="${basedir}/../plugins/${project.name}-${git.branch}.jar" />
199+
<move file="${basedir}/../sqlplugins/${project.artifactId}-${project.version}.jar"
200+
tofile="${basedir}/../sqlplugins/${project.name}-${git.branch}.jar" />
201201
</tasks>
202202
</configuration>
203203
</execution>

elasticsearch6/elasticsearch6-sink/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@
107107
</goals>
108108
<configuration>
109109
<tasks>
110-
<copy todir="${basedir}/../../plugins/elasticsearch6sink">
110+
<copy todir="${basedir}/../../sqlplugins/elasticsearch6sink">
111111
<fileset dir="target/">
112112
<include name="${project.artifactId}-${project.version}.jar"/>
113113
</fileset>
114114
</copy>
115115

116-
<move file="${basedir}/../../plugins/elasticsearch6sink/${project.artifactId}-${project.version}.jar"
117-
tofile="${basedir}/../../plugins/elasticsearch6sink/${project.name}-${git.branch}.jar"/>
116+
<move file="${basedir}/../../sqlplugins/elasticsearch6sink/${project.artifactId}-${project.version}.jar"
117+
tofile="${basedir}/../../sqlplugins/elasticsearch6sink/${project.name}-${git.branch}.jar"/>
118118
</tasks>
119119
</configuration>
120120
</execution>

0 commit comments

Comments
 (0)