Fix repackaged-shiro sources 11/96211/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 17 May 2021 15:47:52 +0000 (17:47 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 17 May 2021 15:48:22 +0000 (17:48 +0200)
There is a simple typo in the shading process, rendering sources empty.
Fix that.

JIRA: AAA-188
Change-Id: If3a40c92d466aef7fb96b2a479fe8f039fe47e5c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
aaa-shiro/repackaged-shiro/pom.xml

index 17d2764ef6949b9d51279322f04fdfe3a2bab218..a57d6391a273a50cce5fe1fa103ef817e4c5ef52 100644 (file)
@@ -92,7 +92,7 @@
                         </goals>
                         <configuration>
                             <classifier>sources</classifier>
-                            <includeArtifactIds>shiro-jar</includeArtifactIds>
+                            <includeArtifactIds>repackaged-shiro-jar</includeArtifactIds>
                             <outputDirectory>${project.build.directory}/shaded-sources</outputDirectory>
                         </configuration>
                     </execution>