fix pom.xml url. #2348

This commit is contained in:
hengyunabc 2022-11-18 11:21:53 +08:00
parent 23bff5bae4
commit be27d0e51d
18 changed files with 18 additions and 2 deletions

View File

@ -9,6 +9,7 @@
</parent>
<artifactId>arthas-agent</artifactId>
<name>arthas-agent</name>
<url>https://github.com/alibaba/arthas</url>
<dependencies>
<dependency>

View File

@ -9,6 +9,7 @@
</parent>
<artifactId>arthas-agent-attach</artifactId>
<name>arthas-agent-attach</name>
<url>https://github.com/alibaba/arthas</url>
<dependencies>
<dependency>

View File

@ -13,6 +13,7 @@
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<url>https://github.com/alibaba/arthas</url>
<dependencyManagement>
<dependencies>

View File

@ -11,6 +11,7 @@
</parent>
<artifactId>arthas-vmtool</artifactId>
<name>arthas-vmtool</name>
<url>https://github.com/alibaba/arthas</url>
<profiles>
<!-- https://github.com/openjdk/jdk/blob/jdk-16%2B36/src/java.base/windows/native/libjava/java_props_md.c#L568 -->

View File

@ -9,6 +9,7 @@
</parent>
<artifactId>arthas-boot</artifactId>
<name>arthas-boot</name>
<url>https://github.com/alibaba/arthas</url>
<dependencies>
<dependency>

View File

@ -10,6 +10,7 @@
<artifactId>arthas-client</artifactId>
<name>arthas-client</name>
<url>https://github.com/alibaba/arthas</url>
<build>
<finalName>arthas-client</finalName>

View File

@ -9,6 +9,7 @@
</parent>
<artifactId>arthas-common</artifactId>
<name>arthas-common</name>
<url>https://github.com/alibaba/arthas</url>
<!-- This module can not add any dependencies -->
<build>

View File

@ -9,6 +9,7 @@
</parent>
<artifactId>arthas-core</artifactId>
<name>arthas-core</name>
<url>https://github.com/alibaba/arthas</url>
<properties>
<arthas.deps.package>com.alibaba.arthas.deps</arthas.deps.package>

View File

@ -9,6 +9,7 @@
</parent>
<artifactId>math-game</artifactId>
<name>math-game</name>
<url>https://github.com/alibaba/arthas</url>
<build>
<finalName>math-game</finalName>

View File

@ -9,6 +9,7 @@
</parent>
<artifactId>arthas-memorycompiler</artifactId>
<name>arthas-memorycompiler</name>
<url>https://github.com/alibaba/arthas</url>
<dependencies>
<dependency>

View File

@ -9,6 +9,7 @@
</parent>
<artifactId>arthas-packaging</artifactId>
<name>arthas-packaging</name>
<url>https://github.com/alibaba/arthas</url>
<dependencies>
<dependency>

View File

@ -8,6 +8,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<name>arthas-site</name>
<url>https://github.com/alibaba/arthas</url>
<artifactId>arthas-site</artifactId>
<properties>

View File

@ -9,6 +9,7 @@
</parent>
<artifactId>arthas-spy</artifactId>
<name>arthas-spy</name>
<url>https://github.com/alibaba/arthas</url>
<dependencies>
<dependency>

View File

@ -9,6 +9,7 @@
</parent>
<artifactId>arthas-testcase</artifactId>
<name>arthas-testcase</name>
<url>https://github.com/alibaba/arthas</url>
<dependencies>
<dependency>

View File

@ -9,6 +9,7 @@
</parent>
<artifactId>arthas-tunnel-client</artifactId>
<name>arthas-tunnel-client</name>
<url>https://github.com/alibaba/arthas</url>
<dependencies>
<dependency>

View File

@ -9,6 +9,7 @@
</parent>
<artifactId>arthas-tunnel-common</artifactId>
<name>arthas-tunnel-common</name>
<url>https://github.com/alibaba/arthas</url>
<dependencies>

View File

@ -9,6 +9,7 @@
</parent>
<artifactId>arthas-tunnel-server</artifactId>
<name>arthas-tunnel-server</name>
<url>https://github.com/alibaba/arthas</url>
<properties>
<maven.compiler.target>1.8</maven.compiler.target>

View File

@ -12,8 +12,7 @@
<packaging>pom</packaging>
<name>web-ui</name>
<!-- FIXME change it to the project's website -->
<!-- <url>http://www.example.com</url>-->
<url>https://github.com/alibaba/arthas</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>