File tree Expand file tree Collapse file tree 7 files changed +94
-12
lines changed Expand file tree Collapse file tree 7 files changed +94
-12
lines changed Original file line number Diff line number Diff line change 90
90
<scm >
91
91
<tag >gson-extras-2.12.1</tag >
92
92
</scm >
93
+
94
+ <build >
95
+ <plugins >
96
+ <plugin >
97
+ <groupId >org.sonatype.central</groupId >
98
+ <artifactId >central-publishing-maven-plugin</artifactId >
99
+ <executions >
100
+ <execution >
101
+ <id >injected-central-publishing</id >
102
+ <phase >none</phase >
103
+ </execution >
104
+ </executions >
105
+ </plugin >
106
+ </plugins >
107
+ </build >
93
108
</project >
Original file line number Diff line number Diff line change 76
76
<organization >Google Inc.</organization >
77
77
</developer >
78
78
</developers >
79
+
80
+ <build >
81
+ <plugins >
82
+ <plugin >
83
+ <groupId >org.sonatype.central</groupId >
84
+ <artifactId >central-publishing-maven-plugin</artifactId >
85
+ <executions >
86
+ <execution >
87
+ <id >injected-central-publishing</id >
88
+ <phase >none</phase >
89
+ </execution >
90
+ </executions >
91
+ </plugin >
92
+ </plugins >
93
+ </build >
79
94
</project >
Original file line number Diff line number Diff line change 61
61
<tag >HEAD</tag >
62
62
</scm >
63
63
64
+ <distributionManagement >
65
+ <snapshotRepository >
66
+ <id >sonatype-nexus-snapshots</id >
67
+ <url >https://central.sonatype.com/repository/maven-snapshots/</url >
68
+ </snapshotRepository >
69
+ </distributionManagement >
70
+
64
71
<developers >
65
72
<developer >
66
73
<id >google</id >
81
88
</license >
82
89
</licenses >
83
90
84
- <distributionManagement >
85
- <repository >
86
- <id >sonatype-nexus-staging</id >
87
- <name >Nexus Release Repository</name >
88
- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
89
- </repository >
90
- </distributionManagement >
91
-
92
91
<dependencyManagement >
93
92
<dependencies >
94
93
<dependency >
377
376
</configuration >
378
377
</plugin >
379
378
<plugin >
380
- <groupId >org.apache.maven.plugins</groupId >
381
- <artifactId >maven-deploy-plugin</artifactId >
382
- <version >3.1.4</version >
379
+ <groupId >org.sonatype.central</groupId >
380
+ <artifactId >central-publishing-maven-plugin</artifactId >
381
+ <version >0.8.0</version >
382
+ <extensions >true</extensions >
383
383
<configuration >
384
- <skip > ${gson.isInternalModule} </ skip >
384
+ <publishingServerId >central</ publishingServerId >
385
385
</configuration >
386
386
</plugin >
387
387
<plugin >
601
601
</execution >
602
602
</executions >
603
603
</plugin >
604
+ <plugin >
605
+ <groupId >org.sonatype.central</groupId >
606
+ <artifactId >central-publishing-maven-plugin</artifactId >
607
+ </plugin >
604
608
</plugins >
605
609
</build >
606
610
</profile >
Original file line number Diff line number Diff line change 102
102
</execution >
103
103
</executions >
104
104
</plugin >
105
+
106
+ <plugin >
107
+ <groupId >org.sonatype.central</groupId >
108
+ <artifactId >central-publishing-maven-plugin</artifactId >
109
+ <executions >
110
+ <execution >
111
+ <id >injected-central-publishing</id >
112
+ <phase >none</phase >
113
+ </execution >
114
+ </executions >
115
+ </plugin >
105
116
</plugins >
106
117
</build >
107
118
Original file line number Diff line number Diff line change 112
112
</execution >
113
113
</executions >
114
114
</plugin >
115
+
116
+ <plugin >
117
+ <groupId >org.sonatype.central</groupId >
118
+ <artifactId >central-publishing-maven-plugin</artifactId >
119
+ <executions >
120
+ <execution >
121
+ <id >injected-central-publishing</id >
122
+ <phase >none</phase >
123
+ </execution >
124
+ </executions >
125
+ </plugin >
115
126
</plugins >
116
127
</build >
117
128
Original file line number Diff line number Diff line change 50
50
<scope >test</scope >
51
51
</dependency >
52
52
</dependencies >
53
+
54
+ <build >
55
+ <plugins >
56
+ <plugin >
57
+ <groupId >org.sonatype.central</groupId >
58
+ <artifactId >central-publishing-maven-plugin</artifactId >
59
+ <executions >
60
+ <execution >
61
+ <id >injected-central-publishing</id >
62
+ <phase >none</phase >
63
+ </execution >
64
+ </executions >
65
+ </plugin >
66
+ </plugins >
67
+ </build >
53
68
</project >
Original file line number Diff line number Diff line change 208
208
</execution >
209
209
</executions >
210
210
</plugin >
211
+
212
+ <plugin >
213
+ <groupId >org.sonatype.central</groupId >
214
+ <artifactId >central-publishing-maven-plugin</artifactId >
215
+ <executions >
216
+ <execution >
217
+ <id >injected-central-publishing</id >
218
+ <phase >none</phase >
219
+ </execution >
220
+ </executions >
221
+ </plugin >
211
222
</plugins >
212
223
</build >
213
224
</project >
You can’t perform that action at this time.
0 commit comments