Skip to content
Snippets Groups Projects
Commit 60273745 authored by Markus Alexander Kuppe's avatar Markus Alexander Kuppe
Browse files

Sign files/tla2tools.jar and the actual jnlp jar.

[Feature][Toolbox]
parent 4109c3a8
No related branches found
No related tags found
No related merge requests found
......@@ -173,6 +173,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jarsigner-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<configuration>
<archive>${project.build.directory}/../files/tla2tools.jar</archive>
<keystore>${keystore.path}</keystore>
......@@ -184,27 +186,19 @@
<!-- Embed a current timestamp in the signed content (file). With this timestamp,
the signature of the content remains valid *after* the signing certificate
expired. -->
<argument>-tsa</argument>
<argument>http://timestamp.comodoca.com</argument>
<argument>${tsa.flag}</argument>
<argument>${tsa.server}</argument>
</arguments>
</configuration>
<executions>
<execution>
<phase>compile</phase>
<id>sign</id>
<id>sign-jnlp</id>
<goals>
<goal>sign</goal>
</goals>
</execution>
<execution>
<id>verify</id>
<goals>
<goal>verify</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment