Skip to content

Commit

Permalink
chore: setup for apache maven release (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
imbajin authored Oct 19, 2022
1 parent e85ab38 commit be72d20
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
<packaging>pom</packaging>

<name>${project.artifactId}</name>
<url>https://github.com/apache/incubator-hugegraph-commons</url>
<url>https://github.com/apache/hugegraph-commons</url>
<description>
hugegraph-commons is a common module for HugeGraph-Common and HugeGraph-Rpc with their peripheral components.
It includes rpc frame, locks, configurations, events, iterators, rest and some
numeric or collection util classes to simplify the development of HugeGraph and its components.
</description>

<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>23</version>
</parent>

<licenses>
Expand All @@ -33,9 +33,9 @@

<!-- TODO: update url to upload in maven repo -->
<scm>
<url>https://github.com/hugegraph/hugegraph-commons</url>
<connection>https://github.com/hugegraph/hugegraph-commons</connection>
<developerConnection>https://github.com/hugegraph/hugegraph-commons</developerConnection>
<url>https://github.com/apache/hugegraph-commons</url>
<connection>https://github.com/apache/hugegraph-commons</connection>
<developerConnection>https://github.com/apache/hugegraph-commons</developerConnection>
</scm>

<properties>
Expand Down Expand Up @@ -188,7 +188,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<version>2.10.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand All @@ -197,6 +197,11 @@
</goals>
</execution>
</executions>
<configuration>
<additionalOptions>
<additionalOption>-Xdoclint:none</additionalOption>
</additionalOptions>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit be72d20

Please sign in to comment.