Skip to content

Commit

Permalink
Ensure to publish to Maven repo the credentials generator JAR as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed May 29, 2024
1 parent f2ba02a commit 1aa2dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot.version}</version>
<configuration>
<finalName>${project.build.finalName}-credentials-generator</finalName>
<classifier>credentials-generator</classifier>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 1aa2dab

Please sign in to comment.