Skip to content

Commit 5e4c5bc

Browse files
committed
Stop jarsigning
PGP signing is enough
1 parent 6892958 commit 5e4c5bc

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

pom.xml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,6 @@
5252
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5353
</properties>
5454
<pluginRepositories>
55-
<pluginRepository>
56-
<id>repo.eclipse.org</id>
57-
<url>https://repo.eclipse.org/content/groups/releases/</url>
58-
</pluginRepository>
59-
<pluginRepository>
60-
<id>tycho-snapshots</id>
61-
<url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>
62-
<releases>
63-
<enabled>true</enabled>
64-
</releases>
65-
<snapshots>
66-
<enabled>true</enabled>
67-
</snapshots>
68-
</pluginRepository>
6955
<pluginRepository>
7056
<id>dash-licenses-snapshots</id>
7157
<url>https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/</url>
@@ -76,27 +62,6 @@
7662
</pluginRepositories>
7763

7864
<profiles>
79-
<profile>
80-
<id>sign</id>
81-
<build>
82-
<plugins>
83-
<plugin>
84-
<groupId>org.eclipse.cbi.maven.plugins</groupId>
85-
<artifactId>eclipse-jarsigner-plugin</artifactId>
86-
<version>1.5.0</version>
87-
<executions>
88-
<execution>
89-
<id>sign</id>
90-
<phase>verify</phase>
91-
<goals>
92-
<goal>sign</goal>
93-
</goals>
94-
</execution>
95-
</executions>
96-
</plugin>
97-
</plugins>
98-
</build>
99-
</profile>
10065
<profile>
10166
<id>regenHelp</id>
10267
<build>

0 commit comments

Comments
 (0)