File tree Expand file tree Collapse file tree 1 file changed +24
-23
lines changed Expand file tree Collapse file tree 1 file changed +24
-23
lines changed Original file line number Diff line number Diff line change 47
47
</repository >
48
48
</distributionManagement >
49
49
50
+
50
51
<build >
51
52
<plugins >
53
+ <plugin >
54
+ <groupId >org.sonatype.central</groupId >
55
+ <artifactId >central-publishing-maven-plugin</artifactId >
56
+ <version >0.8.0</version >
57
+ <extensions >true</extensions >
58
+ <configuration >
59
+ <publishingServerId >central</publishingServerId >
60
+ </configuration >
61
+ </plugin >
62
+ <plugin >
63
+ <groupId >org.apache.maven.plugins</groupId >
64
+ <artifactId >maven-gpg-plugin</artifactId >
65
+ <version >3.2.7</version >
66
+ <executions >
67
+ <execution >
68
+ <id >sign-artifacts</id >
69
+ <phase >verify</phase >
70
+ <goals >
71
+ <goal >sign</goal >
72
+ </goals >
73
+ </execution >
74
+ </executions >
75
+ </plugin >
52
76
<plugin >
53
77
<groupId >org.apache.maven.plugins</groupId >
54
78
<artifactId >maven-compiler-plugin</artifactId >
249
273
</plugins >
250
274
</build >
251
275
252
- <profiles >
253
- <profile >
254
- <id >sign-artifacts</id >
255
- <build >
256
- <plugins >
257
- <plugin >
258
- <groupId >org.apache.maven.plugins</groupId >
259
- <artifactId >maven-gpg-plugin</artifactId >
260
- <version >3.2.7</version >
261
- <executions >
262
- <execution >
263
- <id >sign-artifacts</id >
264
- <phase >verify</phase >
265
- <goals >
266
- <goal >sign</goal >
267
- </goals >
268
- </execution >
269
- </executions >
270
- </plugin >
271
- </plugins >
272
- </build >
273
- </profile >
274
- </profiles >
275
276
276
277
<dependencies >
277
278
<!-- @Nullable annotation -->
You can’t perform that action at this time.
0 commit comments