File tree Expand file tree Collapse file tree 4 files changed +35
-0
lines changed
Expand file tree Collapse file tree 4 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 196196 <skip >true</skip >
197197 </configuration >
198198 </plugin >
199+ <plugin >
200+ <groupId >org.sonatype.plugins</groupId >
201+ <artifactId >nexus-staging-maven-plugin</artifactId >
202+ <version >1.6.6</version >
203+ <configuration >
204+ <skip >true</skip >
205+ </configuration >
206+ </plugin >
199207 </plugins >
200208 </build >
201209 <profiles >
Original file line number Diff line number Diff line change 109109 <skip >true</skip >
110110 </configuration >
111111 </plugin >
112+ <plugin >
113+ <groupId >org.sonatype.plugins</groupId >
114+ <artifactId >nexus-staging-maven-plugin</artifactId >
115+ <version >1.6.6</version >
116+ <configuration >
117+ <skip >true</skip >
118+ </configuration >
119+ </plugin >
112120 </plugins >
113121 </build >
114122</project >
Original file line number Diff line number Diff line change 3131 <skip >true</skip >
3232 </configuration >
3333 </plugin >
34+ <plugin >
35+ <groupId >org.sonatype.plugins</groupId >
36+ <artifactId >nexus-staging-maven-plugin</artifactId >
37+ <version >1.6.6</version >
38+ <configuration >
39+ <skip >true</skip >
40+ </configuration >
41+ </plugin >
3442 </plugins >
3543 </build >
3644</project >
Original file line number Diff line number Diff line change 102102 <skip >true</skip >
103103 </configuration >
104104 </plugin >
105+ <plugin >
106+ <groupId >org.sonatype.plugins</groupId >
107+ <artifactId >nexus-staging-maven-plugin</artifactId >
108+ <version >1.6.6</version >
109+ <configuration >
110+ <serverId >sonatype-nexus-staging</serverId >
111+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
112+ <autoReleaseAfterClose >false</autoReleaseAfterClose >
113+ <skip >true</skip >
114+ </configuration >
115+ </plugin >
105116 </plugins >
106117 </build >
107118</project >
You can’t perform that action at this time.
0 commit comments