Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Commit b2a1ba6

Browse files
committed
Upgrade maven-jarsigner-plugin plugin to 1.3
Upgrade maven-jarsigner-plugin plugin to version 1.3 and remove workaround.
1 parent fca1869 commit b2a1ba6

File tree

1 file changed

+3
-8
lines changed
  • com.mountainminds.eclemma.build

1 file changed

+3
-8
lines changed

com.mountainminds.eclemma.build/pom.xml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<plugin>
131131
<groupId>org.apache.maven.plugins</groupId>
132132
<artifactId>maven-jarsigner-plugin</artifactId>
133-
<version>1.2</version>
133+
<version>1.3</version>
134134
</plugin>
135135
<!-- Mojo plugins -->
136136
<plugin>
@@ -358,13 +358,8 @@
358358
<goal>sign</goal>
359359
</goals>
360360
<configuration>
361-
<arguments>
362-
<!-- TODO Godin: there is no parameters for TSA in plugin, so we use workaround - see http://jira.codehaus.org/browse/MJARSIGNER-16 -->
363-
<argument>-tsa</argument>
364-
<argument>${jarsigner.tsa}</argument>
365-
<argument>-tsacert</argument>
366-
<argument>${jarsigner.tsacert}</argument>
367-
</arguments>
361+
<tsa>${jarsigner.tsa}</tsa>
362+
<tsacert>${jarsigner.tsacert}</tsacert>
368363
</configuration>
369364
</execution>
370365
</executions>

0 commit comments

Comments
 (0)