File tree 5 files changed +17
-15
lines changed
elasticsearch6/elasticsearch6-side
elasticsearch6-async-side
5 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 54
54
<goal >shade</goal >
55
55
</goals >
56
56
<configuration >
57
+ <createDependencyReducedPom >false</createDependencyReducedPom >
57
58
<artifactSet >
58
59
<excludes >
59
60
87
88
</goals >
88
89
<configuration >
89
90
<tasks >
90
- <copy todir =" ${basedir}/../../../plugins /elasticsearch6allside" >
91
+ <copy todir =" ${basedir}/../../../sqlplugins /elasticsearch6allside" >
91
92
<fileset dir =" target/" >
92
93
<include name =" ${project.artifactId}-${project.version}.jar" />
93
94
</fileset >
94
95
</copy >
95
96
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" />
98
99
</tasks >
99
100
</configuration >
100
101
</execution >
Original file line number Diff line number Diff line change 47
47
<goal >shade</goal >
48
48
</goals >
49
49
<configuration >
50
+ <createDependencyReducedPom >false</createDependencyReducedPom >
50
51
<artifactSet >
51
52
<excludes >
52
53
80
81
</goals >
81
82
<configuration >
82
83
<tasks >
83
- <copy todir =" ${basedir}/../../../plugins /elasticsearch6asyncside" >
84
+ <copy todir =" ${basedir}/../../../sqlplugins /elasticsearch6asyncside" >
84
85
<fileset dir =" target/" >
85
86
<include name =" ${project.artifactId}-${project.version}.jar" />
86
87
</fileset >
87
88
</copy >
88
89
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" />
91
92
</tasks >
92
93
</configuration >
93
94
</execution >
Original file line number Diff line number Diff line change 74
74
</goals >
75
75
<configuration >
76
76
<tasks >
77
- <copy todir =" ${basedir}/../../../plugins /oceanbaseallside" >
77
+ <copy todir =" ${basedir}/../../../sqlplugins /oceanbaseallside" >
78
78
<fileset dir =" target/" >
79
79
<include name =" ${project.artifactId}-${project.version}.jar" />
80
80
</fileset >
81
81
</copy >
82
82
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" />
85
85
</tasks >
86
86
</configuration >
87
87
</execution >
Original file line number Diff line number Diff line change 74
74
</goals >
75
75
<configuration >
76
76
<tasks >
77
- <copy todir =" ${basedir}/../../../plugins /oceanbaseasyncside" >
77
+ <copy todir =" ${basedir}/../../../sqlplugins /oceanbaseasyncside" >
78
78
<fileset dir =" target/" >
79
79
<include name =" ${project.artifactId}-${project.version}.jar" />
80
80
</fileset >
81
81
</copy >
82
82
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" />
85
85
</tasks >
86
86
</configuration >
87
87
</execution >
Original file line number Diff line number Diff line change 71
71
</goals >
72
72
<configuration >
73
73
<tasks >
74
- <copy todir =" ${basedir}/../../plugins /oceanbasesink" >
74
+ <copy todir =" ${basedir}/../../sqlplugins /oceanbasesink" >
75
75
<fileset dir =" target/" >
76
76
<include name =" ${project.artifactId}-${project.version}.jar" />
77
77
</fileset >
78
78
</copy >
79
79
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" />
82
82
</tasks >
83
83
</configuration >
84
84
</execution >
You can’t perform that action at this time.
0 commit comments