1
0

typo: bundle jar with unrecongnized variables

This commit is contained in:
Kent Yao
2019-02-13 16:46:11 +08:00
parent 8adaca3454
commit 09f203d324
3 changed files with 3 additions and 3 deletions

View File

@@ -165,7 +165,7 @@
<exclude>org.apache.spark:*</exclude>
</excludes>
</artifactSet>
<finalName>${project.artifactId}-${project.version}${hiveJarSuffix}</finalName>
<finalName>${project.artifactId}-${project.version}</finalName>
</configuration>
</execution>
</executions>