Commit 1b2bb8c2 by Nepxion

重构artifactId中extension为starter

parent f2bdb8c6
<?xml version="1.0" encoding="UTF-8"?>
<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">
<artifactId>discovery-console-extension-nacos</artifactId>
<name>Nepxion Discovery Console Extension Nacos</name>
<artifactId>discovery-console-starter-nacos</artifactId>
<name>Nepxion Discovery Console Starter Nacos</name>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
<description>Nepxion Discovery is an enhancement for Spring Cloud Discovery</description>
......
<?xml version="1.0" encoding="UTF-8"?>
<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">
<artifactId>discovery-console-extension-redis</artifactId>
<name>Nepxion Discovery Console Extension Redis</name>
<artifactId>discovery-console-starter-redis</artifactId>
<name>Nepxion Discovery Console Starter Redis</name>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
<description>Nepxion Discovery is an enhancement for Spring Cloud Discovery</description>
......
<?xml version="1.0" encoding="UTF-8"?>
<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">
<artifactId>discovery-plugin-config-center-extension-nacos</artifactId>
<name>Nepxion Discovery Plugin Config Center Extension Nacos</name>
<artifactId>discovery-plugin-config-center-starter-nacos</artifactId>
<name>Nepxion Discovery Plugin Config Center Starter Nacos</name>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
<description>Nepxion Discovery is an enhancement for Spring Cloud Discovery</description>
......
<?xml version="1.0" encoding="UTF-8"?>
<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">
<artifactId>discovery-plugin-config-center-extension-redis</artifactId>
<name>Nepxion Discovery Plugin Config Center Extension Redis</name>
<artifactId>discovery-plugin-config-center-starter-redis</artifactId>
<name>Nepxion Discovery Plugin Config Center Starter Redis</name>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
<description>Nepxion Discovery is an enhancement for Spring Cloud Discovery</description>
......
<?xml version="1.0" encoding="UTF-8"?>
<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">
<artifactId>discovery-plugin-strategy-extension-gateway</artifactId>
<name>Nepxion Discovery Plugin Strategy Extension Gateway</name>
<artifactId>discovery-plugin-strategy-starter-gateway</artifactId>
<name>Nepxion Discovery Plugin Strategy Starter Gateway</name>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
<description>Nepxion Discovery is an enhancement for Spring Cloud Discovery</description>
......
<?xml version="1.0" encoding="UTF-8"?>
<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">
<artifactId>discovery-plugin-strategy-extension-service</artifactId>
<name>Nepxion Discovery Plugin Strategy Extension Service</name>
<artifactId>discovery-plugin-strategy-starter-service</artifactId>
<name>Nepxion Discovery Plugin Strategy Starter Service</name>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
<description>Nepxion Discovery is an enhancement for Spring Cloud Discovery</description>
......
<?xml version="1.0" encoding="UTF-8"?>
<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">
<artifactId>discovery-plugin-strategy-extension-zuul</artifactId>
<name>Nepxion Discovery Plugin Strategy Extension Zuul</name>
<artifactId>discovery-plugin-strategy-starter-zuul</artifactId>
<name>Nepxion Discovery Plugin Strategy Starter Zuul</name>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
<description>Nepxion Discovery is an enhancement for Spring Cloud Discovery</description>
......
......@@ -55,8 +55,8 @@
<dependencies>
<dependency>
<groupId>com.nepxion</groupId>
<!-- <artifactId>discovery-console-extension-nacos</artifactId> -->
<artifactId>discovery-console-extension-redis</artifactId>
<!-- <artifactId>discovery-console-starter-nacos</artifactId> -->
<artifactId>discovery-console-starter-redis</artifactId>
</dependency>
<dependency>
......
......@@ -62,13 +62,13 @@
<dependency>
<groupId>com.nepxion</groupId>
<!-- <artifactId>discovery-plugin-config-center-extension-nacos</artifactId> -->
<artifactId>discovery-plugin-config-center-extension-redis</artifactId>
<!-- <artifactId>discovery-plugin-config-center-starter-nacos</artifactId> -->
<artifactId>discovery-plugin-config-center-starter-redis</artifactId>
</dependency>
<dependency>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-strategy-extension-gateway</artifactId>
<artifactId>discovery-plugin-strategy-starter-gateway</artifactId>
</dependency>
<dependency>
......
......@@ -62,13 +62,13 @@
<dependency>
<groupId>com.nepxion</groupId>
<!-- <artifactId>discovery-plugin-config-center-extension-nacos</artifactId> -->
<artifactId>discovery-plugin-config-center-extension-redis</artifactId>
<!-- <artifactId>discovery-plugin-config-center-starter-nacos</artifactId> -->
<artifactId>discovery-plugin-config-center-starter-redis</artifactId>
</dependency>
<dependency>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-strategy-extension-service</artifactId>
<artifactId>discovery-plugin-strategy-starter-service</artifactId>
</dependency>
<dependency>
......
......@@ -62,13 +62,13 @@
<dependency>
<groupId>com.nepxion</groupId>
<!-- <artifactId>discovery-plugin-config-center-extension-nacos</artifactId> -->
<artifactId>discovery-plugin-config-center-extension-redis</artifactId>
<!-- <artifactId>discovery-plugin-config-center-starter-nacos</artifactId> -->
<artifactId>discovery-plugin-config-center-starter-redis</artifactId>
</dependency>
<dependency>
<groupId>com.nepxion</groupId>
<artifactId>discovery-plugin-strategy-extension-zuul</artifactId>
<artifactId>discovery-plugin-strategy-starter-zuul</artifactId>
</dependency>
<dependency>
......
......@@ -19,19 +19,19 @@
<module>discovery-plugin-framework-consul</module>
<module>discovery-plugin-framework-zookeeper</module>
<module>discovery-plugin-config-center</module>
<module>discovery-plugin-config-center-extension-nacos</module>
<module>discovery-plugin-config-center-extension-redis</module>
<module>discovery-plugin-config-center-starter-nacos</module>
<module>discovery-plugin-config-center-starter-redis</module>
<module>discovery-plugin-admin-center</module>
<module>discovery-plugin-starter-eureka</module>
<module>discovery-plugin-starter-consul</module>
<module>discovery-plugin-starter-zookeeper</module>
<module>discovery-plugin-strategy</module>
<module>discovery-plugin-strategy-extension-service</module>
<module>discovery-plugin-strategy-extension-zuul</module>
<module>discovery-plugin-strategy-extension-gateway</module>
<module>discovery-plugin-strategy-starter-service</module>
<module>discovery-plugin-strategy-starter-zuul</module>
<module>discovery-plugin-strategy-starter-gateway</module>
<module>discovery-console</module>
<module>discovery-console-extension-nacos</module>
<module>discovery-console-extension-redis</module>
<module>discovery-console-starter-nacos</module>
<module>discovery-console-starter-redis</module>
<module>discovery-console-desktop</module>
<module>discovery-springcloud-example-admin</module>
<module>discovery-springcloud-example-console</module>
......@@ -110,13 +110,13 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>discovery-plugin-config-center-extension-nacos</artifactId>
<artifactId>discovery-plugin-config-center-starter-nacos</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>discovery-plugin-config-center-extension-redis</artifactId>
<artifactId>discovery-plugin-config-center-starter-redis</artifactId>
<version>${project.version}</version>
</dependency>
......@@ -152,19 +152,19 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>discovery-plugin-strategy-extension-service</artifactId>
<artifactId>discovery-plugin-strategy-starter-service</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>discovery-plugin-strategy-extension-zuul</artifactId>
<artifactId>discovery-plugin-strategy-starter-zuul</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>discovery-plugin-strategy-extension-gateway</artifactId>
<artifactId>discovery-plugin-strategy-starter-gateway</artifactId>
<version>${project.version}</version>
</dependency>
......@@ -176,13 +176,13 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>discovery-console-extension-nacos</artifactId>
<artifactId>discovery-console-starter-nacos</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>discovery-console-extension-redis</artifactId>
<artifactId>discovery-console-starter-redis</artifactId>
<version>${project.version}</version>
</dependency>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment