Skip to content

Commit f4e2917

Browse files
committed
update pom.xml
1 parent b4f0ed3 commit f4e2917

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@
123123
<goal>shade</goal>
124124
</goals>
125125
<configuration>
126-
<finalName>${project.artifactId}-${project.version}-full</finalName>
126+
<shadedArtifactAttached>true</shadedArtifactAttached>
127+
<shadedClassifierName>full</shadedClassifierName>
127128
<filters>
128129
<filter>
129130
<artifact>*:*</artifact>

0 commit comments

Comments
 (0)