1
0

Add dummy classes to dump all classes loaded as part of packaging modules to ensure javadoc and sources jars are getting created

This commit is contained in:
Balaji Varadarajan
2018-09-17 00:25:24 -07:00
committed by vinoth chandar
parent f44bcc5b03
commit 2728f96505
5 changed files with 125 additions and 1 deletions

View File

@@ -172,7 +172,6 @@
</includes>
</artifactSet>
<finalName>${project.artifactId}-${project.version}${hiveJarSuffix}</finalName>
<classifier>${hiveJarSuffix}</classifier>
</configuration>
</execution>
</executions>