File tree Expand file tree Collapse file tree 23 files changed +93
-87
lines changed Expand file tree Collapse file tree 23 files changed +93
-87
lines changed Original file line number Diff line number Diff line change 59
59
<skip >true</skip >
60
60
</configuration >
61
61
</plugin >
62
- <plugin >
63
- <groupId >org.sonatype.plugins</groupId >
64
- <artifactId >nexus-staging-maven-plugin</artifactId >
65
- <version >${nexus-staging-maven-plugin.version} </version >
66
- <configuration >
67
- <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
68
- </configuration >
69
- </plugin >
70
62
<plugin >
71
63
<groupId >org.apache.maven.plugins</groupId >
72
64
<artifactId >maven-shade-plugin</artifactId >
Original file line number Diff line number Diff line change 43
43
<skip >true</skip >
44
44
</configuration >
45
45
</plugin >
46
- <plugin >
47
- <groupId >org.sonatype.plugins</groupId >
48
- <artifactId >nexus-staging-maven-plugin</artifactId >
49
- <version >${nexus-staging-maven-plugin.version} </version >
50
- <configuration >
51
- <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
52
- </configuration >
53
- </plugin >
54
46
</plugins >
55
47
56
48
<pluginManagement >
Original file line number Diff line number Diff line change 58
58
<skip >true</skip >
59
59
</configuration >
60
60
</plugin >
61
- <plugin >
62
- <groupId >org.sonatype.plugins</groupId >
63
- <artifactId >nexus-staging-maven-plugin</artifactId >
64
- <version >${nexus-staging-maven-plugin.version} </version >
65
- <configuration >
66
- <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
67
- </configuration >
68
- </plugin >
69
61
<plugin >
70
62
<groupId >org.apache.maven.plugins</groupId >
71
63
<artifactId >maven-shade-plugin</artifactId >
Original file line number Diff line number Diff line change 42
42
<skip >true</skip >
43
43
</configuration >
44
44
</plugin >
45
- <plugin >
46
- <groupId >org.sonatype.plugins</groupId >
47
- <artifactId >nexus-staging-maven-plugin</artifactId >
48
- <version >${nexus-staging-maven-plugin.version} </version >
49
- <configuration >
50
- <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
51
- </configuration >
52
- </plugin >
53
45
</plugins >
54
46
</build >
55
47
Original file line number Diff line number Diff line change 100
100
</dependency >
101
101
</dependencies >
102
102
</plugin >
103
-
103
+ <plugin >
104
+ <groupId >org.sonatype.plugins</groupId >
105
+ <artifactId >nexus-staging-maven-plugin</artifactId >
106
+ </plugin >
104
107
<plugin >
105
108
<groupId >org.apache.maven.plugins</groupId >
106
109
<artifactId >maven-shade-plugin</artifactId >
Original file line number Diff line number Diff line change 45
45
<groupId >org.apache.maven.plugins</groupId >
46
46
<artifactId >maven-shade-plugin</artifactId >
47
47
</plugin >
48
+ <plugin >
49
+ <groupId >org.sonatype.plugins</groupId >
50
+ <artifactId >nexus-staging-maven-plugin</artifactId >
51
+ </plugin >
48
52
</plugins >
49
53
</build >
50
54
Original file line number Diff line number Diff line change 63
63
<groupId >org.apache.maven.plugins</groupId >
64
64
<artifactId >maven-shade-plugin</artifactId >
65
65
</plugin >
66
+ <plugin >
67
+ <groupId >org.sonatype.plugins</groupId >
68
+ <artifactId >nexus-staging-maven-plugin</artifactId >
69
+ </plugin >
66
70
</plugins >
67
71
</build >
68
72
Original file line number Diff line number Diff line change 86
86
<skip >true</skip >
87
87
</configuration >
88
88
</plugin >
89
- <plugin >
90
- <groupId >org.sonatype.plugins</groupId >
91
- <artifactId >nexus-staging-maven-plugin</artifactId >
92
- <version >${nexus-staging-maven-plugin.version} </version >
93
- <configuration >
94
- <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
95
- </configuration >
96
- </plugin >
97
89
<plugin >
98
90
<groupId >org.apache.maven.plugins</groupId >
99
91
<artifactId >maven-failsafe-plugin</artifactId >
Original file line number Diff line number Diff line change 87
87
<excludeFilterFile >${basedir} /../findbugs-exclude.xml</excludeFilterFile >
88
88
</configuration >
89
89
</plugin >
90
+
91
+ <plugin >
92
+ <groupId >org.sonatype.plugins</groupId >
93
+ <artifactId >nexus-staging-maven-plugin</artifactId >
94
+ <inherited >false</inherited >
95
+ </plugin >
90
96
</plugins >
91
97
92
98
<pluginManagement >
119
125
</execution >
120
126
</executions >
121
127
</plugin >
128
+ <plugin >
129
+ <groupId >org.sonatype.plugins</groupId >
130
+ <artifactId >nexus-staging-maven-plugin</artifactId >
131
+ <version >${nexus-staging-maven-plugin.version} </version >
132
+ <extensions >true</extensions >
133
+ <configuration >
134
+ <serverId >ossrh</serverId >
135
+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
136
+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
137
+ </configuration >
138
+ </plugin >
122
139
</plugins >
123
140
</pluginManagement >
124
141
</build >
Original file line number Diff line number Diff line change 50
50
<groupId >org.apache.maven.plugins</groupId >
51
51
<artifactId >maven-shade-plugin</artifactId >
52
52
</plugin >
53
+ <plugin >
54
+ <groupId >org.sonatype.plugins</groupId >
55
+ <artifactId >nexus-staging-maven-plugin</artifactId >
56
+ </plugin >
53
57
</plugins >
54
58
</build >
55
59
Original file line number Diff line number Diff line change 10
10
-->
11
11
12
12
<project xmlns =" http://maven.apache.org/POM/4.0.0"
13
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
14
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
13
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
14
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
15
15
<modelVersion >4.0.0</modelVersion >
16
16
17
17
<parent >
77
77
<groupId >org.apache.maven.plugins</groupId >
78
78
<artifactId >maven-shade-plugin</artifactId >
79
79
</plugin >
80
+ <plugin >
81
+ <groupId >org.sonatype.plugins</groupId >
82
+ <artifactId >nexus-staging-maven-plugin</artifactId >
83
+ </plugin >
80
84
</plugins >
81
85
</build >
82
86
Original file line number Diff line number Diff line change 10
10
-->
11
11
12
12
<project xmlns =" http://maven.apache.org/POM/4.0.0"
13
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
14
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
13
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
14
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
15
15
<modelVersion >4.0.0</modelVersion >
16
16
17
17
<parent >
78
78
<groupId >org.apache.maven.plugins</groupId >
79
79
<artifactId >maven-shade-plugin</artifactId >
80
80
</plugin >
81
+ <plugin >
82
+ <groupId >org.sonatype.plugins</groupId >
83
+ <artifactId >nexus-staging-maven-plugin</artifactId >
84
+ </plugin >
81
85
</plugins >
82
86
</build >
83
87
Original file line number Diff line number Diff line change 67
67
<skip >true</skip >
68
68
</configuration >
69
69
</plugin >
70
- <plugin >
71
- <groupId >org.sonatype.plugins</groupId >
72
- <artifactId >nexus-staging-maven-plugin</artifactId >
73
- <version >${nexus-staging-maven-plugin.version} </version >
74
- <configuration >
75
- <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
76
- </configuration >
77
- </plugin >
78
70
<plugin >
79
71
<groupId >org.apache.maven.plugins</groupId >
80
72
<artifactId >maven-failsafe-plugin</artifactId >
Original file line number Diff line number Diff line change 10
10
-->
11
11
12
12
<project xmlns =" http://maven.apache.org/POM/4.0.0"
13
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
14
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
13
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
14
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
15
15
<modelVersion >4.0.0</modelVersion >
16
16
17
17
<parent >
64
64
<groupId >org.apache.maven.plugins</groupId >
65
65
<artifactId >maven-shade-plugin</artifactId >
66
66
</plugin >
67
+ <plugin >
68
+ <groupId >org.sonatype.plugins</groupId >
69
+ <artifactId >nexus-staging-maven-plugin</artifactId >
70
+ </plugin >
67
71
</plugins >
68
72
</build >
69
73
Original file line number Diff line number Diff line change 75
75
<groupId >org.apache.maven.plugins</groupId >
76
76
<artifactId >maven-shade-plugin</artifactId >
77
77
</plugin >
78
+ <plugin >
79
+ <groupId >org.sonatype.plugins</groupId >
80
+ <artifactId >nexus-staging-maven-plugin</artifactId >
81
+ </plugin >
78
82
</plugins >
79
83
</build >
80
84
Original file line number Diff line number Diff line change 37
37
<skip >true</skip >
38
38
</configuration >
39
39
</plugin >
40
- <plugin >
41
- <groupId >org.sonatype.plugins</groupId >
42
- <artifactId >nexus-staging-maven-plugin</artifactId >
43
- <version >${nexus-staging-maven-plugin.version} </version >
44
- <configuration >
45
- <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
46
- </configuration >
47
- </plugin >
48
40
<plugin >
49
41
<groupId >org.apache.maven.plugins</groupId >
50
42
<artifactId >maven-shade-plugin</artifactId >
Original file line number Diff line number Diff line change 106
106
</execution >
107
107
</executions >
108
108
</plugin >
109
+
110
+ <plugin >
111
+ <groupId >org.sonatype.plugins</groupId >
112
+ <artifactId >nexus-staging-maven-plugin</artifactId >
113
+ <inherited >false</inherited >
114
+ </plugin >
109
115
</plugins >
110
116
111
117
<pluginManagement >
138
144
</execution >
139
145
</executions >
140
146
</plugin >
147
+ <plugin >
148
+ <groupId >org.sonatype.plugins</groupId >
149
+ <artifactId >nexus-staging-maven-plugin</artifactId >
150
+ <version >${nexus-staging-maven-plugin.version} </version >
151
+ <extensions >true</extensions >
152
+ <configuration >
153
+ <serverId >ossrh</serverId >
154
+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
155
+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
156
+ </configuration >
157
+ </plugin >
141
158
</plugins >
142
159
</pluginManagement >
143
160
</build >
Original file line number Diff line number Diff line change 126
126
</execution >
127
127
</executions >
128
128
</plugin >
129
+ <plugin >
130
+ <groupId >org.sonatype.plugins</groupId >
131
+ <artifactId >nexus-staging-maven-plugin</artifactId >
132
+ </plugin >
129
133
</plugins >
130
134
</build >
131
135
Original file line number Diff line number Diff line change 59
59
<skip >true</skip >
60
60
</configuration >
61
61
</plugin >
62
- <plugin >
63
- <groupId >org.sonatype.plugins</groupId >
64
- <artifactId >nexus-staging-maven-plugin</artifactId >
65
- <version >${nexus-staging-maven-plugin.version} </version >
66
- <configuration >
67
- <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
68
- </configuration >
69
- </plugin >
70
62
<plugin >
71
63
<groupId >org.apache.maven.plugins</groupId >
72
64
<artifactId >maven-shade-plugin</artifactId >
Original file line number Diff line number Diff line change 72
72
<skip >true</skip >
73
73
</configuration >
74
74
</plugin >
75
- <plugin >
76
- <groupId >org.sonatype.plugins</groupId >
77
- <artifactId >nexus-staging-maven-plugin</artifactId >
78
- <version >${nexus-staging-maven-plugin.version} </version >
79
- <configuration >
80
- <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
81
- </configuration >
82
- </plugin >
83
75
</plugins >
84
76
</build >
85
77
Original file line number Diff line number Diff line change 73
73
<skip >true</skip >
74
74
</configuration >
75
75
</plugin >
76
- <plugin >
77
- <groupId >org.sonatype.plugins</groupId >
78
- <artifactId >nexus-staging-maven-plugin</artifactId >
79
- <version >${nexus-staging-maven-plugin.version} </version >
80
- <configuration >
81
- <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
82
- </configuration >
83
- </plugin >
84
76
</plugins >
85
77
</build >
86
78
Original file line number Diff line number Diff line change 69
69
<groupId >org.apache.maven.plugins</groupId >
70
70
<artifactId >maven-shade-plugin</artifactId >
71
71
</plugin >
72
+ <plugin >
73
+ <groupId >org.sonatype.plugins</groupId >
74
+ <artifactId >nexus-staging-maven-plugin</artifactId >
75
+ </plugin >
72
76
</plugins >
73
77
</build >
74
78
Original file line number Diff line number Diff line change 151
151
<artifactId >nexus-staging-maven-plugin</artifactId >
152
152
<version >${nexus-staging-maven-plugin.version} </version >
153
153
<extensions >true</extensions >
154
+ <inherited >false</inherited >
154
155
<configuration >
155
156
<serverId >ossrh</serverId >
156
157
<nexusUrl >https://oss.sonatype.org/</nexusUrl >
363
364
</configuration >
364
365
</plugin >
365
366
367
+ <plugin >
368
+ <groupId >org.sonatype.plugins</groupId >
369
+ <artifactId >nexus-staging-maven-plugin</artifactId >
370
+ <version >${nexus-staging-maven-plugin.version} </version >
371
+ <extensions >true</extensions >
372
+ <configuration >
373
+ <serverId >ossrh</serverId >
374
+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
375
+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
376
+ </configuration >
377
+ </plugin >
378
+
366
379
<plugin >
367
380
<groupId >org.apache.maven.plugins</groupId >
368
381
<artifactId >maven-clean-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments