Skip to content

Commit 7502d7a

Browse files
authored
fix(jans-auth-server): corrected client's jar-with-dependencies built (#6080)
#6076 Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
1 parent 9086de8 commit 7502d7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jans-auth-server/client/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
<version>3.4.1</version>
9090
<configuration>
9191
<shadedArtifactAttached>true</shadedArtifactAttached>
92-
<shadedClassifierName>external</shadedClassifierName>
9392
<createDependencyReducedPom>false</createDependencyReducedPom>
9493
<createSourcesJar>false</createSourcesJar>
9594
</configuration>
@@ -101,6 +100,7 @@
101100
<goal>shade</goal>
102101
</goals>
103102
<configuration>
103+
<shadedClassifierName>jar-with-dependencies</shadedClassifierName>
104104
<finalName>jans-auth-client-jar-with-dependencies</finalName>
105105
<shadedArtifactId>jans-auth-client-jar-with-dependencies</shadedArtifactId>
106106
<transformers>
@@ -130,6 +130,7 @@
130130
<goal>shade</goal>
131131
</goals>
132132
<configuration>
133+
<shadedClassifierName>jar-without-crypto-provider</shadedClassifierName>
133134
<finalName>jans-auth-client-jar-without-provider-dependencies</finalName>
134135
<shadedArtifactId>jans-auth-client-jar-without-provider-dependencies</shadedArtifactId>
135136
<artifactSet>

0 commit comments

Comments
 (0)