Skip to content

Commit

Permalink
SF (Source Format): pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
amusarra committed Apr 20, 2024
1 parent 12abbe3 commit b053bdd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@
</configuration>
</execution>
</executions>
</plugin> <plugin>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>keytool-maven-plugin</artifactId>
<version>1.7</version>
Expand All @@ -173,7 +174,8 @@
<goal>generateKeyPair</goal>
</goals>
<configuration>
<keystore>${project.build.outputDirectory}/${quarkus.http.ssl.certificate.key-store-file}</keystore>
<keystore>${project.build.outputDirectory}/${quarkus.http.ssl.certificate.key-store-file}
</keystore>
<dname>cn=${project.artifactId}, ou=${project.groupId}, o=dontesta.it, c=IT</dname>
<keypass>${quarkus.http.ssl.certificate.key-store-password}</keypass>
<storepass>${quarkus.http.ssl.certificate.key-store-password}</storepass>
Expand Down

0 comments on commit b053bdd

Please sign in to comment.