File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 207
207
</execution >
208
208
</executions >
209
209
</plugin >
210
+ <plugin >
211
+ <groupId >org.codehaus.mojo</groupId >
212
+ <artifactId >truezip-maven-plugin</artifactId >
213
+ <version >1.2</version >
214
+ <executions >
215
+ <execution >
216
+ <id >remove-avro-converter-plugin</id >
217
+ <goals >
218
+ <goal >remove</goal >
219
+ </goals >
220
+ <phase >package</phase >
221
+ <configuration >
222
+ <fileset >
223
+ <directory >${project.basedir} /target/components/packages/confluentinc-kafka-connect-datagen-${project.version} /confluentinc-kafka-connect-datagen-${project.version} /lib/kafka-connect-avro-converter-${confluent.version} .jar</directory >
224
+ <includes >
225
+ <include >io/confluent/connect/avro/AvroConverter.class</include >
226
+ <include >io/confluent/connect/avro/AvroConverter$*.class</include >
227
+ </includes >
228
+ </fileset >
229
+ </configuration >
230
+ </execution >
231
+ <execution >
232
+ <id >repackage-avro-converter-dependency</id >
233
+ <goals >
234
+ <goal >copy</goal >
235
+ </goals >
236
+ <phase >package</phase >
237
+ <configuration >
238
+ <fileset >
239
+ <directory >${project.basedir} /target/components/packages/confluentinc-kafka-connect-datagen-${project.version} </directory >
240
+ <includes >
241
+ <include >confluentinc-kafka-connect-datagen-${project.version} /lib/kafka-connect-avro-converter-${confluent.version} .jar</include >
242
+ </includes >
243
+ <outputDirectory >${project.basedir} /target/components/packages/confluentinc-kafka-connect-datagen-${project.version} .zip</outputDirectory >
244
+ </fileset >
245
+ </configuration >
246
+ </execution >
247
+ </executions >
248
+ </plugin >
210
249
</plugins >
211
250
</build >
212
251
You can’t perform that action at this time.
0 commit comments