This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new dc06215 attach shaded artifact while deploying to maven-repo (#2202)
dc06215 is described below
commit dc0621527c14e630f2c9bc20e3bac1560bb0690d
Author: Rajan Dhabalia <[email protected]>
AuthorDate: Thu Jul 19 08:51:26 2018 -0700
attach shaded artifact while deploying to maven-repo (#2202)
---
pulsar-functions/runtime-all/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pulsar-functions/runtime-all/pom.xml
b/pulsar-functions/runtime-all/pom.xml
index b1ae4c7..b7bdf41 100644
--- a/pulsar-functions/runtime-all/pom.xml
+++ b/pulsar-functions/runtime-all/pom.xml
@@ -75,6 +75,7 @@
<configuration>
<finalName>java-instance</finalName>
<minimizeJar>false</minimizeJar>
+ <shadedArtifactAttached>true</shadedArtifactAttached>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"
/>
<transformer
implementation="org.apache.maven.plugins.shade.resource.PluginXmlResourceTransformer"
/>