Skip to content

Commit

Permalink
Do not skip keytool maven plugin during releases, generate certs with…
Browse files Browse the repository at this point in the history
… validity 10 years so that the test jars work for long enough when run on the Platform
  • Loading branch information
ppalaga committed May 11, 2023
1 parent e1d217c commit 96a835a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion integration-tests/ws-security-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<artifactId>keytool-maven-plugin</artifactId>
<configuration>
<keypass>password</keypass>
<validity>365</validity>
<validity>3650</validity>
<keyalg>RSA</keyalg>
<storepass>password</storepass>
<skip>${keytool.skip}</skip>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@
<enforcer.skip>true</enforcer.skip>
<formatter.skip>true</formatter.skip>
<impsort.skip>true</impsort.skip>
<keytool.skip>true</keytool.skip>
<skipTests>true</skipTests>
<quarkus.build.skip>true</quarkus.build.skip>
</properties>
Expand Down

0 comments on commit 96a835a

Please sign in to comment.