|
9 | 9 |
|
10 | 10 | <name>CDS Starter AI - Root</name> |
11 | 11 | <description>Aggregator for CAP Java AI plugins (recommendations, AI Core client)</description> |
| 12 | + <url>https://github.com/cap-java/cds-ai</url> |
12 | 13 |
|
13 | 14 | <organization> |
14 | 15 | <name>SAP SE</name> |
|
82 | 83 | <!-- https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-compiler-plugin/versions --> |
83 | 84 | <maven.compiler.plugin.version>3.15.0</maven.compiler.plugin.version> |
84 | 85 | <!-- https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-source-plugin/versions --> |
85 | | - <maven.source.plugin.version>3.4.1</maven.source.plugin.version> |
| 86 | + <maven.source.plugin.version>3.4.0</maven.source.plugin.version> |
86 | 87 | <!-- https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-deploy-plugin/versions --> |
87 | 88 | <maven.deploy.plugin.version>3.1.4</maven.deploy.plugin.version> |
88 | 89 | <!-- https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-javadoc-plugin/versions --> |
|
434 | 435 | <id>deploy-release</id> |
435 | 436 | <build> |
436 | 437 | <plugins> |
| 438 | + <plugin> |
| 439 | + <artifactId>maven-source-plugin</artifactId> |
| 440 | + <executions> |
| 441 | + <execution> |
| 442 | + <id>attach-sources</id> |
| 443 | + <goals> |
| 444 | + <goal>jar-no-fork</goal> |
| 445 | + </goals> |
| 446 | + </execution> |
| 447 | + </executions> |
| 448 | + </plugin> |
| 449 | + <plugin> |
| 450 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 451 | + <executions> |
| 452 | + <execution> |
| 453 | + <id>attach-javadocs</id> |
| 454 | + <goals> |
| 455 | + <goal>jar</goal> |
| 456 | + </goals> |
| 457 | + </execution> |
| 458 | + </executions> |
| 459 | + </plugin> |
437 | 460 | <plugin> |
438 | 461 | <groupId>org.apache.maven.plugins</groupId> |
439 | 462 | <artifactId>maven-gpg-plugin</artifactId> |
| 463 | + <version>3.2.8</version> |
440 | 464 | <executions> |
441 | 465 | <execution> |
442 | 466 | <id>sign-artifacts</id> |
|
450 | 474 | <plugin> |
451 | 475 | <groupId>org.sonatype.central</groupId> |
452 | 476 | <artifactId>central-publishing-maven-plugin</artifactId> |
| 477 | + <version>0.11.0</version> |
453 | 478 | <extensions>true</extensions> |
454 | 479 | <configuration> |
455 | 480 | <publishingServerId>central</publishingServerId> |
|
0 commit comments