File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737
3838 <distributionManagement >
3939 <repository >
40- <id >ossrh </id >
41- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2</url >
40+ <id >central </id >
41+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/ </url >
4242 </repository >
43- <snapshotRepository >
44- <id >ossrh</id >
45- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
46- </snapshotRepository >
4743 </distributionManagement >
4844
4945 <properties >
7874
7975 <build >
8076 <plugins >
77+ <plugin >
78+ <groupId >org.sonatype.central</groupId >
79+ <artifactId >central-publishing-maven-plugin</artifactId >
80+ <version >0.6.0</version >
81+ <extensions >true</extensions >
82+ <configuration >
83+ <publishingServerId >central</publishingServerId >
84+ <serverId >central</serverId >
85+ </configuration >
86+ </plugin >
8187 <plugin >
8288 <groupId >org.apache.maven.plugins</groupId >
8389 <artifactId >maven-source-plugin</artifactId >
9096 </execution >
9197 </executions >
9298 </plugin >
93-
9499 <plugin >
95100 <groupId >org.apache.maven.plugins</groupId >
96101 <artifactId >maven-javadoc-plugin</artifactId >
116121 </execution >
117122 </executions >
118123 </plugin >
124+
125+ <plugin >
126+ <groupId >org.apache.maven.plugins</groupId >
127+ <artifactId >maven-gpg-plugin</artifactId >
128+ <version >1.6</version >
129+ <executions >
130+ <execution >
131+ <id >sign-artifacts</id >
132+ <phase >verify</phase >
133+ <goals >
134+ <goal >sign</goal >
135+ </goals >
136+ </execution >
137+ </executions >
138+ </plugin >
119139 </plugins >
120140 </build >
121141</project >
You can’t perform that action at this time.
0 commit comments