File tree 4 files changed +35
-0
lines changed
4 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 196
196
<skip >true</skip >
197
197
</configuration >
198
198
</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 >
199
207
</plugins >
200
208
</build >
201
209
<profiles >
Original file line number Diff line number Diff line change 109
109
<skip >true</skip >
110
110
</configuration >
111
111
</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 >
112
120
</plugins >
113
121
</build >
114
122
</project >
Original file line number Diff line number Diff line change 31
31
<skip >true</skip >
32
32
</configuration >
33
33
</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 >
34
42
</plugins >
35
43
</build >
36
44
</project >
Original file line number Diff line number Diff line change 102
102
<skip >true</skip >
103
103
</configuration >
104
104
</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 >
105
116
</plugins >
106
117
</build >
107
118
</project >
You can’t perform that action at this time.
0 commit comments