Skip to content

Commit 8058911

Browse files
committed
Update pom.xml
1 parent ab776fb commit 8058911

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,19 @@
168168
</includes>
169169
</configuration>
170170
</plugin>
171+
<plugin>
172+
<groupId>org.apache.maven.plugins</groupId>
173+
<artifactId>maven-jarsigner-plugin</artifactId>
174+
<version>3.0.0</version>
175+
<executions>
176+
<execution>
177+
<id>sign</id>
178+
<goals>
179+
<goal>sign</goal>
180+
</goals>
181+
</execution>
182+
</executions>
183+
</plugin>
171184
</plugins>
172185
</build>
173186

0 commit comments

Comments
 (0)