Skip to content

Commit cb25efa

Browse files
committed
add missing info
1 parent cc01569 commit cb25efa

1 file changed

Lines changed: 26 additions & 1 deletion

File tree

pom.xml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
<name>CDS Starter AI - Root</name>
1111
<description>Aggregator for CAP Java AI plugins (recommendations, AI Core client)</description>
12+
<url>https://github.com/cap-java/cds-ai</url>
1213

1314
<organization>
1415
<name>SAP SE</name>
@@ -82,7 +83,7 @@
8283
<!-- https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-compiler-plugin/versions -->
8384
<maven.compiler.plugin.version>3.15.0</maven.compiler.plugin.version>
8485
<!-- 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>
8687
<!-- https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-deploy-plugin/versions -->
8788
<maven.deploy.plugin.version>3.1.4</maven.deploy.plugin.version>
8889
<!-- https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-javadoc-plugin/versions -->
@@ -434,9 +435,32 @@
434435
<id>deploy-release</id>
435436
<build>
436437
<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>
437460
<plugin>
438461
<groupId>org.apache.maven.plugins</groupId>
439462
<artifactId>maven-gpg-plugin</artifactId>
463+
<version>3.2.8</version>
440464
<executions>
441465
<execution>
442466
<id>sign-artifacts</id>
@@ -450,6 +474,7 @@
450474
<plugin>
451475
<groupId>org.sonatype.central</groupId>
452476
<artifactId>central-publishing-maven-plugin</artifactId>
477+
<version>0.11.0</version>
453478
<extensions>true</extensions>
454479
<configuration>
455480
<publishingServerId>central</publishingServerId>

0 commit comments

Comments
 (0)