Fix required POM attributes for maven staging deployment
This commit is contained in:
@@ -29,6 +29,13 @@
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring AI Model - Ollama</name>
|
||||
<description>Ollama models support</description>
|
||||
<url>https://github.com/spring-projects/spring-ai</url>
|
||||
|
||||
<scm>
|
||||
<url>https://github.com/spring-projects/spring-ai</url>
|
||||
<connection>git://github.com/spring-projects/spring-ai.git</connection>
|
||||
<developerConnection>git@github.com:spring-projects/spring-ai.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
|
||||
@@ -29,6 +29,13 @@
|
||||
<artifactId>spring-ai-watsonx-ai</artifactId>
|
||||
|
||||
<name>Spring AI Model - WatsonX AI</name>
|
||||
<url>https://github.com/spring-projects/spring-ai</url>
|
||||
|
||||
<scm>
|
||||
<url>https://github.com/spring-projects/spring-ai</url>
|
||||
<connection>git://github.com/spring-projects/spring-ai.git</connection>
|
||||
<developerConnection>git@github.com:spring-projects/spring-ai.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -495,8 +495,6 @@
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>${maven-javadoc-plugin.version}</version>
|
||||
<configuration>
|
||||
<excludePackageNames>
|
||||
org.springframework.ai.sample.*,org.springframework.ai.testcontainers.service.connection.*</excludePackageNames>
|
||||
<overview>
|
||||
${project.basedir}/spring-ai-docs/src/main/javadoc/overview.html</overview>
|
||||
<detectJavaApiLink>false</detectJavaApiLink>
|
||||
|
||||
@@ -25,6 +25,13 @@
|
||||
<artifactId>spring-ai-docs</artifactId>
|
||||
<name>Spring AI Docs</name>
|
||||
<description>Spring AI documentation</description>
|
||||
<url>https://github.com/spring-projects/spring-ai</url>
|
||||
|
||||
<scm>
|
||||
<url>https://github.com/spring-projects/spring-ai</url>
|
||||
<connection>git://github.com/spring-projects/spring-ai.git</connection>
|
||||
<developerConnection>git@github.com:spring-projects/spring-ai.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
Reference in New Issue
Block a user