Skip to content

Commit 70ef60a

Browse files
committed
update: pom.xml
1 parent 1db4b72 commit 70ef60a

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

pom.xml

+14-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,20 @@
147147
<skip>true</skip>
148148
</configuration>
149149
</plugin>
150-
150+
<plugin>
151+
<groupId>org.apache.maven.plugins</groupId>
152+
<artifactId>maven-gpg-plugin</artifactId>
153+
<version>1.6</version>
154+
<executions>
155+
<execution>
156+
<id>sign-artifacts</id>
157+
<phase>verify</phase>
158+
<goals>
159+
<goal>sign</goal>
160+
</goals>
161+
</execution>
162+
</executions>
163+
</plugin>
151164
<plugin>
152165
<groupId>org.nutz.boot</groupId>
153166
<artifactId>nutzboot-maven-plugin</artifactId>

wk-code/wk-code-generator-nb/pom.xml

+14
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,20 @@
140140
</execution>
141141
</executions>
142142
</plugin>
143+
<plugin>
144+
<groupId>org.apache.maven.plugins</groupId>
145+
<artifactId>maven-gpg-plugin</artifactId>
146+
<version>1.6</version>
147+
<executions>
148+
<execution>
149+
<id>sign-artifacts</id>
150+
<phase>verify</phase>
151+
<goals>
152+
<goal>sign</goal>
153+
</goals>
154+
</execution>
155+
</executions>
156+
</plugin>
143157
</plugins>
144158
</build>
145159
<distributionManagement>

0 commit comments

Comments
 (0)