File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 184184 <plugin >
185185 <groupId >org.apache.maven.plugins</groupId >
186186 <artifactId >maven-source-plugin</artifactId >
187+ <version >3.3.1</version >
187188 <executions >
188189 <execution >
189190 <id >attach-sources</id >
193194 </execution >
194195 </executions >
195196 </plugin >
197+ <plugin >
198+ <groupId >org.apache.maven.plugins</groupId >
199+ <artifactId >maven-javadoc-plugin</artifactId >
200+ <version >3.11.2</version >
201+ <executions >
202+ <execution >
203+ <id >attach-javadocs</id >
204+ <goals >
205+ <goal >jar</goal >
206+ </goals >
207+ </execution >
208+ </executions >
209+ <configuration >
210+ <detectJavaApiLink >false</detectJavaApiLink >
211+ <quiet >true</quiet >
212+ <doclint >none</doclint >
213+ <failOnError >false</failOnError >
214+ <failOnWarnings >false</failOnWarnings >
215+ </configuration >
216+ </plugin >
217+ <plugin >
218+ <groupId >org.sonatype.central</groupId >
219+ <artifactId >central-publishing-maven-plugin</artifactId >
220+ <version >0.9.0</version >
221+ <extensions >true</extensions >
222+ <configuration >
223+ <publishingServerId >central-publisher</publishingServerId >
224+ <autoPublish >true</autoPublish >
225+ </configuration >
226+ </plugin >
227+ <plugin >
228+ <groupId >org.apache.maven.plugins</groupId >
229+ <artifactId >maven-gpg-plugin</artifactId >
230+ <version >3.2.8</version >
231+ <executions >
232+ <execution >
233+ <id >sign-artifacts</id >
234+ <phase >verify</phase >
235+ <goals >
236+ <goal >sign</goal >
237+ </goals >
238+ </execution >
239+ </executions >
240+ </plugin >
196241 </plugins >
197242 </build >
198243 </profile >
You can’t perform that action at this time.
0 commit comments