Skip to content

Commit 4f416df

Browse files
committed
add pom scm configuration
1 parent a222697 commit 4f416df

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828
<description>AgentScope Java: Agent-Oriented Programming for Building LLM Applications</description>
2929
<url>https://github.com/agentscope-ai/agentscope-java</url>
3030

31+
<scm>
32+
<connection>[email protected]:agentscope-ai/agentscope-java.git</connection>
33+
<developerConnection>[email protected]:agentscope-ai/agentscope-java.git</developerConnection>
34+
<url>https://github.com/agentscope-ai/agentscope-java</url>
35+
</scm>
36+
3137
<organization>
3238
<name>Alibaba</name>
3339
<url>https://agentscope.io</url>
@@ -64,6 +70,8 @@
6470
<maven-javadoc-plugin.version>3.5.0</maven-javadoc-plugin.version>
6571
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6672
<surefireArgLine>-Xms512m -Xmx1024m</surefireArgLine>
73+
74+
<central.publishing.maven.version>0.7.0</central.publishing.maven.version>
6775
</properties>
6876

6977
<dependencies>
@@ -298,6 +306,16 @@
298306
</execution>
299307
</executions>
300308
</plugin>
309+
310+
<plugin>
311+
<groupId>org.sonatype.central</groupId>
312+
<artifactId>central-publishing-maven-plugin</artifactId>
313+
<version>${central.publishing.maven.version}</version>
314+
<extensions>true</extensions>
315+
<configuration>
316+
<publishingServerId>central</publishingServerId>
317+
</configuration>
318+
</plugin>
301319
</plugins>
302320
</build>
303321
</profile>

0 commit comments

Comments
 (0)