File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 100100 </execution >
101101 </executions >
102102 </plugin >
103+ <plugin >
104+ <groupId >org.apache.maven.plugins</groupId >
105+ <artifactId >maven-javadoc-plugin</artifactId >
106+ <version >3.6.2</version >
107+ <executions >
108+ <execution >
109+ <goals >
110+ <goal >jar</goal >
111+ </goals >
112+ </execution >
113+ </executions >
114+ </plugin >
103115 <plugin >
104116 <groupId >org.apache.maven.plugins</groupId >
105117 <artifactId >maven-compiler-plugin</artifactId >
150162 <artifactId >versions-maven-plugin</artifactId >
151163 <version >2.16.1</version >
152164 </plugin >
165+ <plugin >
166+ <groupId >org.sonatype.plugins</groupId >
167+ <artifactId >nexus-staging-maven-plugin</artifactId >
168+ <version >1.6.13</version >
169+ <extensions >true</extensions >
170+ <configuration >
171+ <serverId >sonatype-nexus-staging</serverId >
172+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
173+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
174+ </configuration >
175+ <executions >
176+ <execution >
177+ <id >default-deploy</id >
178+ <phase >deploy</phase >
179+ <goals >
180+ <goal >deploy</goal >
181+ </goals >
182+ </execution >
183+ </executions >
184+ </plugin >
153185 </plugins >
154186 </build >
155187 <properties >
173205 </build >
174206 </profile >
175207 </profiles >
208+ <distributionManagement >
209+ <repository >
210+ <id >sonatype-nexus-staging</id >
211+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
212+ </repository >
213+ </distributionManagement >
176214</project >
You can’t perform that action at this time.
0 commit comments