File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 122
122
<maven-source-plugin .version>3.0.1</maven-source-plugin .version>
123
123
<jacoco-maven-plugin .version>0.8.6</jacoco-maven-plugin .version>
124
124
<flatten-maven-plugin .version>1.2.5</flatten-maven-plugin .version>
125
+ <maven-gpg-plugin .version>1.6</maven-gpg-plugin .version>
125
126
</properties >
126
127
127
128
<build >
275
276
</plugins >
276
277
</build >
277
278
</profile >
279
+ <profile >
280
+ <id >sign-artifacts</id >
281
+ <build >
282
+ <plugins >
283
+ <plugin >
284
+ <groupId >org.apache.maven.plugins</groupId >
285
+ <artifactId >maven-gpg-plugin</artifactId >
286
+ <version >${maven-gpg-plugin.version} </version >
287
+ <executions >
288
+ <execution >
289
+ <id >sign-artifacts</id >
290
+ <phase >verify</phase >
291
+ <goals >
292
+ <goal >sign</goal >
293
+ </goals >
294
+ </execution >
295
+ </executions >
296
+ </plugin >
297
+ </plugins >
298
+ </build >
299
+ </profile >
278
300
</profiles >
279
301
280
302
<repositories >
You can’t perform that action at this time.
0 commit comments