We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e68fa4 commit 0e13b77Copy full SHA for 0e13b77
nbactions.xml
@@ -0,0 +1,15 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<actions>
3
+ <action>
4
+ <actionName>CUSTOM-check-sign</actionName>
5
+ <displayName>check-sign</displayName>
6
+ <goals>
7
+ <goal>clean</goal>
8
+ <goal>install</goal>
9
+ </goals>
10
+ <properties>
11
+ <performRelease>true</performRelease>
12
+ <skipTests>true</skipTests>
13
+ </properties>
14
+ </action>
15
+ </actions>
pom.xml
@@ -191,6 +191,9 @@
191
<goals>
192
<goal>sign</goal>
193
</goals>
194
+ <configuration>
195
+ <keyname>f22e0543</keyname>
196
+ </configuration>
197
</execution>
198
</executions>
199
</plugin>
0 commit comments