File tree 2 files changed +28
-1
lines changed
wk-code/wk-code-generator-nb
2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 147
147
<skip >true</skip >
148
148
</configuration >
149
149
</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 >
151
164
<plugin >
152
165
<groupId >org.nutz.boot</groupId >
153
166
<artifactId >nutzboot-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 140
140
</execution >
141
141
</executions >
142
142
</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 >
143
157
</plugins >
144
158
</build >
145
159
<distributionManagement >
You can’t perform that action at this time.
0 commit comments