Skip to content

Commit c285666

Browse files
refactor: removed unused jarsigning plugins
Signed-off-by: Marcello Rinaldo Martina <martina.marcello.rinaldo@outlook.com>
1 parent f985636 commit c285666

1 file changed

Lines changed: 0 additions & 54 deletions

File tree

  • kura/tools/kura-addon-archetype/src/main/resources/archetype-resources/parent

kura/tools/kura-addon-archetype/src/main/resources/archetype-resources/parent/pom.xml

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838
<properties>
3939
<tycho.version>4.0.11</tycho.version>
4040
<bnd.version>7.1.0</bnd.version>
41-
<skip.artifact.signing>true</skip.artifact.signing>
42-
<keystore.type>JKS</keystore.type>
4341
</properties>
4442

4543
<!-- All of the external dependencies that are needed for your bundle -->
@@ -161,54 +159,6 @@
161159
</executions>
162160
</plugin>
163161

164-
<plugin>
165-
<groupId>org.apache.maven.plugins</groupId>
166-
<artifactId>maven-jarsigner-plugin</artifactId>
167-
<version>1.4</version>
168-
<executions>
169-
<execution>
170-
<id>sign</id>
171-
<goals>
172-
<goal>sign</goal>
173-
</goals>
174-
</execution>
175-
</executions>
176-
<configuration>
177-
<skip>${skip.artifact.signing}</skip>
178-
<storetype>${keystore.type}</storetype>
179-
<keystore>${addon.keystore.path}</keystore>
180-
<alias>${addon.key.alias}</alias>
181-
<storepass>${addon.keystore.password}</storepass>
182-
<keypass>${addon.key.password}</keypass>
183-
<arguments>
184-
<argument>-tsa</argument>
185-
<argument>http://timestamp.digicert.com</argument>
186-
</arguments>
187-
</configuration>
188-
</plugin>
189-
190-
<!-- Enable jar signing via Eclipse Signing Server -->
191-
<!-- See
192-
http://codeandme.blogspot.com/2017/04/host-your-own-eclipse-signing-server.html -->
193-
<!-- Note that https is not supported -->
194-
<plugin>
195-
<groupId>org.eclipse.cbi.maven.plugins</groupId>
196-
<artifactId>eclipse-jarsigner-plugin</artifactId>
197-
<version>1.1.5</version>
198-
<executions>
199-
<execution>
200-
<id>sign</id>
201-
<goals>
202-
<goal>sign</goal>
203-
</goals>
204-
<phase>verify</phase>
205-
</execution>
206-
</executions>
207-
<configuration>
208-
<signerUrl>http://localhost:8080/jarsigner</signerUrl>
209-
</configuration>
210-
</plugin>
211-
212162
<plugin>
213163
<groupId>org.honton.chas</groupId>
214164
<artifactId>exists-maven-plugin</artifactId>
@@ -292,10 +242,6 @@
292242
<groupId>biz.aQute.bnd</groupId>
293243
<artifactId>bnd-maven-plugin</artifactId>
294244
</plugin>
295-
<plugin>
296-
<groupId>org.apache.maven.plugins</groupId>
297-
<artifactId>maven-jarsigner-plugin</artifactId>
298-
</plugin>
299245
<!-- by default, skip deploy -->
300246
<!-- bundles that want to deploy must override this configuration -->
301247
<plugin>

0 commit comments

Comments
 (0)