Skip to content

Commit cb8becf

Browse files
authored
Merge pull request #6 from rhesis-ai/chore/add-pom-metadata
chore: add Maven Central metadata to pom.xml
2 parents fc7ee17 + ba9a932 commit cb8becf

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

pom.xml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,39 @@
77
<groupId>ai.rhesis</groupId>
88
<artifactId>rhesis-java</artifactId>
99
<version>0.1.4</version>
10+
<packaging>jar</packaging>
11+
12+
<name>Rhesis Java SDK</name>
13+
<description>
14+
Java SDK for the Rhesis AI testing platform. Provides a type-safe client
15+
for managing test sets, test runs, endpoints, and evaluation results via
16+
the Rhesis REST API.
17+
</description>
18+
<url>https://github.com/rhesis-ai/rhesis-java</url>
19+
20+
<licenses>
21+
<license>
22+
<name>MIT License</name>
23+
<url>https://opensource.org/licenses/MIT</url>
24+
<distribution>repo</distribution>
25+
</license>
26+
</licenses>
27+
28+
<developers>
29+
<developer>
30+
<id>rhesis-ai</id>
31+
<name>Rhesis AI</name>
32+
<organization>Rhesis AI</organization>
33+
<organizationUrl>https://rhesis.ai</organizationUrl>
34+
</developer>
35+
</developers>
36+
37+
<scm>
38+
<connection>scm:git:git://github.com/rhesis-ai/rhesis-java.git</connection>
39+
<developerConnection>scm:git:ssh://github.com/rhesis-ai/rhesis-java.git</developerConnection>
40+
<url>https://github.com/rhesis-ai/rhesis-java/tree/main</url>
41+
<tag>HEAD</tag>
42+
</scm>
1043

1144
<properties>
1245
<maven.compiler.source>21</maven.compiler.source>

0 commit comments

Comments
 (0)