move arthas-grpc-web-proxy to labs

pull/2914/head
hengyunabc 3 months ago
parent a983ef804b
commit 02d28add0f

@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>arthas-all</artifactId> <artifactId>arthas-all</artifactId>
<groupId>com.taobao.arthas</groupId> <groupId>com.taobao.arthas</groupId>
<version>${revision}</version> <version>${revision}</version>
<relativePath>../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>arthas-grpc-web-proxy</artifactId> <artifactId>arthas-grpc-web-proxy</artifactId>

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

@ -75,7 +75,7 @@
<module>testcase</module> <module>testcase</module>
<module>site</module> <module>site</module>
<module>packaging</module> <module>packaging</module>
<module>arthas-grpc-web-proxy</module> <module>labs/arthas-grpc-web-proxy</module>
<module>labs/cluster-management/native-agent</module> <module>labs/cluster-management/native-agent</module>
<module>labs/cluster-management/native-agent-management-web</module> <module>labs/cluster-management/native-agent-management-web</module>
<module>labs/cluster-management/native-agent-proxy</module> <module>labs/cluster-management/native-agent-proxy</module>

Loading…
Cancel
Save