mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
rename arthas-beans module to arthas-vmtool. #1781
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
<version>${revision}</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<artifactId>arthas-beans</artifactId>
|
||||
<name>arthas-beans</name>
|
||||
<artifactId>arthas-vmtool</artifactId>
|
||||
<name>arthas-vmtool</name>
|
||||
|
||||
<profiles>
|
||||
<!-- macos -->
|
||||
@@ -105,7 +105,7 @@
|
||||
</profiles>
|
||||
|
||||
<build>
|
||||
<finalName>arthas-beans</finalName>
|
||||
<finalName>arthas-vmtool</finalName>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
@@ -59,6 +59,7 @@
|
||||
<module>math-game</module>
|
||||
<module>spy</module>
|
||||
<module>common</module>
|
||||
<module>arthas-vmtool</module>
|
||||
<module>tunnel-common</module>
|
||||
<module>tunnel-client</module>
|
||||
<module>core</module>
|
||||
@@ -71,7 +72,6 @@
|
||||
<module>testcase</module>
|
||||
<module>site</module>
|
||||
<module>packaging</module>
|
||||
<module>arthas-beans</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
|
||||
Reference in New Issue
Block a user