Skip to content

Commit 3920e58

Browse files
authored
Merge pull request #42 from data-integrations/feature/CDAP-14538-fix-packaging
CDAP-14538 fix manifest in jar
2 parents fea4d79 + 7f79ac7 commit 3920e58

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

kafka-plugins-0.10/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,14 @@
167167
<Embed-Directory>lib</Embed-Directory>
168168
</instructions>
169169
</configuration>
170+
<executions>
171+
<execution>
172+
<phase>package</phase>
173+
<goals>
174+
<goal>bundle</goal>
175+
</goals>
176+
</execution>
177+
</executions>
170178
</plugin>
171179
<plugin>
172180
<groupId>co.cask</groupId>

kafka-plugins-0.8/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,14 @@
151151
<Embed-Directory>lib</Embed-Directory>
152152
</instructions>
153153
</configuration>
154+
<executions>
155+
<execution>
156+
<phase>package</phase>
157+
<goals>
158+
<goal>bundle</goal>
159+
</goals>
160+
</execution>
161+
</executions>
154162
</plugin>
155163
<plugin>
156164
<groupId>co.cask</groupId>

0 commit comments

Comments
 (0)