Skip to content

Commit 1c90095

Browse files
committed
Fixed packaging file
1 parent 25721ed commit 1c90095

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,17 @@
7575
<plugin>
7676
<artifactId>maven-assembly-plugin</artifactId>
7777
<version>2.5.3</version>
78+
7879
<configuration>
80+
<finalName>bkatwal-kafka-connect-solr-sink-${pom.version}</finalName>
81+
<appendAssemblyId>false</appendAssemblyId>
7982
<descriptors>
8083
<descriptor>src/main/assembly/package.xml</descriptor>
8184
</descriptors>
8285
</configuration>
8386
<executions>
8487
<execution>
88+
8589
<id>make-assembly</id>
8690
<phase>package</phase>
8791
<goals>

0 commit comments

Comments
 (0)