File tree Expand file tree Collapse file tree 3 files changed +14
-37
lines changed Expand file tree Collapse file tree 3 files changed +14
-37
lines changed Original file line number Diff line number Diff line change 126
126
</plugins >
127
127
</build >
128
128
129
- <profiles >
130
- <profile >
131
- <id >jvnet-release</id >
132
- <build >
133
- <plugins >
134
- <plugin >
135
- <groupId >org.sonatype.plugins</groupId >
136
- <artifactId >nexus-staging-maven-plugin</artifactId >
137
- <extensions >true</extensions >
138
- <configuration >
139
- <serverId >ossrh</serverId >
140
- <nexusUrl >${sonatypeOssDistMgmtReleasesUrl} </nexusUrl >
141
- <autoReleaseAfterClose >false</autoReleaseAfterClose >
142
- </configuration >
143
- </plugin >
144
- </plugins >
145
- </build >
146
- </profile >
147
- </profiles >
148
-
149
129
</project >
Original file line number Diff line number Diff line change 145
145
</plugins >
146
146
</build >
147
147
</profile >
148
- <profile >
149
- <id >jvnet-release</id >
150
- <build >
151
- <plugins >
152
- <plugin >
153
- <groupId >org.sonatype.plugins</groupId >
154
- <artifactId >nexus-staging-maven-plugin</artifactId >
155
- <extensions >true</extensions >
156
- <configuration >
157
- <serverId >ossrh</serverId >
158
- <nexusUrl >${sonatypeOssDistMgmtReleasesUrl} </nexusUrl >
159
- <autoReleaseAfterClose >false</autoReleaseAfterClose >
160
- </configuration >
161
- </plugin >
162
- </plugins >
163
- </build >
164
- </profile >
165
148
</profiles >
166
149
</project >
Original file line number Diff line number Diff line change 301
301
<module >impl</module >
302
302
<module >jaxrs</module >
303
303
</modules >
304
+ <build >
305
+ <plugins >
306
+ <plugin >
307
+ <groupId >org.sonatype.plugins</groupId >
308
+ <artifactId >nexus-staging-maven-plugin</artifactId >
309
+ <extensions >true</extensions >
310
+ <configuration >
311
+ <serverId >ossrh</serverId >
312
+ <nexusUrl >${sonatypeOssDistMgmtReleasesUrl} </nexusUrl >
313
+ <autoReleaseAfterClose >false</autoReleaseAfterClose >
314
+ </configuration >
315
+ </plugin >
316
+ </plugins >
317
+ </build >
304
318
</profile >
305
319
306
320
<profile >
You can’t perform that action at this time.
0 commit comments