Skip to content

Commit

Permalink
Stop jarsigning
Browse files Browse the repository at this point in the history
PGP sign is enough, simrel no longer requires jarsigning and build
becomes faster and more stable without the network roadtrips caused by
eclipse-jarsigner.
  • Loading branch information
akurtakov committed Oct 4, 2024
1 parent 12f6bec commit 6b94b54
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions m2e-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,15 +199,6 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
<version>1.5.0</version>
<configuration>
<excludeInnerJars>true</excludeInnerJars>
<resigningStrategy>DO_NOT_RESIGN</resigningStrategy>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand All @@ -220,25 +211,6 @@
</pluginRepositories>

<profiles>
<profile>
<id>eclipse-sign</id>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
<executions>
<execution>
<id>sign</id>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>windows</id>
<activation>
Expand Down

0 comments on commit 6b94b54

Please sign in to comment.