File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
elasticsearch6/elasticsearch6-sink Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments