File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 147
147
<java-jwt .version>4.4.0</java-jwt .version>
148
148
<jackson-databind .version>2.18.2</jackson-databind .version>
149
149
<httpclient .version>4.5.14</httpclient .version>
150
+ <sonatype .plugin.version>0.8.0</sonatype .plugin.version>
150
151
</properties >
151
152
152
153
<modules >
265
266
</build >
266
267
<profiles >
267
268
<profile >
268
- <id >ossrh </id >
269
+ <id >central </id >
269
270
<build >
270
271
<plugins >
271
272
<plugin >
275
276
<executions >
276
277
<execution >
277
278
<id >attach-sources</id >
278
- <phase >validate </phase >
279
+ <phase >package </phase >
279
280
<goals >
280
281
<goal >jar-no-fork</goal >
281
282
</goals >
310
311
</execution >
311
312
</executions >
312
313
</plugin >
314
+ <plugin >
315
+ <groupId >org.sonatype.central</groupId >
316
+ <artifactId >central-publishing-maven-plugin</artifactId >
317
+ <version >${sonatype.plugin.version} </version >
318
+ <extensions >true</extensions >
319
+ <configuration >
320
+ <publishingServerId >central</publishingServerId >
321
+ </configuration >
322
+ </plugin >
313
323
</plugins >
314
324
</build >
315
325
</profile >
Original file line number Diff line number Diff line change 1
1
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<artifactId >logging-sample-app</artifactId >
5
5
<packaging >war</packaging >
6
+ <name >sample-app</name >
6
7
<parent >
7
8
<groupId >com.sap.hcp.cf.logging</groupId >
8
9
<artifactId >cf-java-logging-support-parent</artifactId >
You can’t perform that action at this time.
0 commit comments