Skip to content

Commit e6447d5

Browse files
authored
Move shardingsphere plugins into one folder (#7546)
1 parent af325b6 commit e6447d5

File tree

57 files changed

+49
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+49
-9
lines changed

apm-sniffer/apm-sdk-plugin/pom.xml

+1-4
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@
4646
<module>nutz-plugins</module>
4747
<module>jetty-plugin</module>
4848
<module>spymemcached-2.x-plugin</module>
49-
<module>sharding-sphere-3.x-plugin</module>
50-
<module>sharding-sphere-4.0.x-plugin</module>
51-
<module>sharding-sphere-4.1.0-plugin</module>
52-
<module>shardingsphere-5.0.0-beta-plugin</module>
5349
<module>xmemcached-2.x-plugin</module>
5450
<module>grpc-1.x-plugin</module>
5551
<module>mysql-5.x-plugin</module>
@@ -110,6 +106,7 @@
110106
<module>cxf-3.x-plugin</module>
111107
<module>jsonrpc4j-1.x-plugin</module>
112108
<module>neo4j-4.x-plugin</module>
109+
<module>shardingsphere-plugins</module>
113110
</modules>
114111
<packaging>pom</packaging>
115112

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
~ Licensed to the Apache Software Foundation (ASF) under one or more
4+
~ contributor license agreements. See the NOTICE file distributed with
5+
~ this work for additional information regarding copyright ownership.
6+
~ The ASF licenses this file to You under the Apache License, Version 2.0
7+
~ (the "License"); you may not use this file except in compliance with
8+
~ the License. You may obtain a copy of the License at
9+
~
10+
~ http://www.apache.org/licenses/LICENSE-2.0
11+
~
12+
~ Unless required by applicable law or agreed to in writing, software
13+
~ distributed under the License is distributed on an "AS IS" BASIS,
14+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
~ See the License for the specific language governing permissions and
16+
~ limitations under the License.
17+
~
18+
-->
19+
20+
<project xmlns="http://maven.apache.org/POM/4.0.0"
21+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23+
<parent>
24+
<artifactId>apm-sdk-plugin</artifactId>
25+
<groupId>org.apache.skywalking</groupId>
26+
<version>8.8.0-SNAPSHOT</version>
27+
</parent>
28+
<modelVersion>4.0.0</modelVersion>
29+
<packaging>pom</packaging>
30+
<artifactId>shardingsphere-plugins</artifactId>
31+
32+
<modules>
33+
<module>sharding-sphere-3.x-plugin</module>
34+
<module>sharding-sphere-4.0.x-plugin</module>
35+
<module>sharding-sphere-4.1.0-plugin</module>
36+
<module>shardingsphere-5.0.0-beta-plugin</module>
37+
</modules>
38+
39+
<properties>
40+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
41+
<sdk.plugin.related.dir>/..</sdk.plugin.related.dir>
42+
</properties>
43+
</project>

apm-sniffer/apm-sdk-plugin/sharding-sphere-3.x-plugin/pom.xml renamed to apm-sniffer/apm-sdk-plugin/shardingsphere-plugins/sharding-sphere-3.x-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
2121
<parent>
22-
<artifactId>apm-sdk-plugin</artifactId>
22+
<artifactId>shardingsphere-plugins</artifactId>
2323
<groupId>org.apache.skywalking</groupId>
2424
<version>8.8.0-SNAPSHOT</version>
2525
</parent>

apm-sniffer/apm-sdk-plugin/sharding-sphere-4.0.x-plugin/pom.xml renamed to apm-sniffer/apm-sdk-plugin/shardingsphere-plugins/sharding-sphere-4.0.x-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
-->
1919
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
2020
<parent>
21-
<artifactId>apm-sdk-plugin</artifactId>
21+
<artifactId>shardingsphere-plugins</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
2323
<version>8.8.0-SNAPSHOT</version>
2424
</parent>

apm-sniffer/apm-sdk-plugin/sharding-sphere-4.1.0-plugin/pom.xml renamed to apm-sniffer/apm-sdk-plugin/shardingsphere-plugins/sharding-sphere-4.1.0-plugin/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
-->
1919
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
2020
<parent>
21-
<artifactId>apm-sdk-plugin</artifactId>
21+
<artifactId>shardingsphere-plugins</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
2323
<version>8.8.0-SNAPSHOT</version>
2424
</parent>
@@ -55,4 +55,4 @@
5555
<scope>provided</scope>
5656
</dependency>
5757
</dependencies>
58-
</project>
58+
</project>

apm-sniffer/apm-sdk-plugin/shardingsphere-5.0.0-beta-plugin/pom.xml renamed to apm-sniffer/apm-sdk-plugin/shardingsphere-plugins/shardingsphere-5.0.0-beta-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
2121
<parent>
22-
<artifactId>apm-sdk-plugin</artifactId>
22+
<artifactId>shardingsphere-plugins</artifactId>
2323
<groupId>org.apache.skywalking</groupId>
2424
<version>8.8.0-SNAPSHOT</version>
2525
</parent>

0 commit comments

Comments
 (0)