Optimize POM file format and related naming

pull/222/head
chen.ma 3 years ago
parent b9ce1f2cfc
commit a0990d18da

@ -2,7 +2,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>cn.hippo4j</groupId> <groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-all</artifactId> <artifactId>hippo4j-all</artifactId>
@ -70,5 +69,4 @@
<artifactId>hippo4j-common</artifactId> <artifactId>hippo4j-common</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

@ -2,7 +2,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>cn.hippo4j</groupId> <groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-all</artifactId> <artifactId>hippo4j-all</artifactId>
@ -11,9 +10,7 @@
<artifactId>hippo4j-common</artifactId> <artifactId>hippo4j-common</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>${project.artifactId}</name> <name>${project.artifactId}</name>
<description>HIPPO4J、HIPPO4J-CORE 公共代码库.</description>
<dependencies> <dependencies>
<dependency> <dependency>

@ -2,7 +2,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>cn.hippo4j</groupId> <groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-all</artifactId> <artifactId>hippo4j-all</artifactId>
@ -66,5 +65,4 @@
<artifactId>log-record-tool</artifactId> <artifactId>log-record-tool</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

@ -2,7 +2,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>cn.hippo4j</groupId> <groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-all</artifactId> <artifactId>hippo4j-all</artifactId>

@ -10,9 +10,7 @@
<artifactId>hippo4j-core</artifactId> <artifactId>hippo4j-core</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>${project.artifactId}</name> <name>${project.artifactId}</name>
<description>HIPPO4J HIPPO4J-CORE 核心代码库.</description>
<dependencies> <dependencies>
<dependency> <dependency>

@ -2,7 +2,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>cn.hippo4j</groupId> <groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-all</artifactId> <artifactId>hippo4j-all</artifactId>
@ -10,9 +9,7 @@
</parent> </parent>
<artifactId>hippo4j-discovery</artifactId> <artifactId>hippo4j-discovery</artifactId>
<name>${project.artifactId}</name> <name>${project.artifactId}</name>
<description>${project.artifactId}</description>
<properties> <properties>
<maven.deploy.skip>true</maven.deploy.skip> <maven.deploy.skip>true</maven.deploy.skip>
@ -48,5 +45,4 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</project> </project>

@ -66,5 +66,4 @@
<artifactId>spring-boot-starter-actuator</artifactId> <artifactId>spring-boot-starter-actuator</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

@ -60,5 +60,4 @@
<artifactId>spring-boot-starter-actuator</artifactId> <artifactId>spring-boot-starter-actuator</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

@ -10,7 +10,6 @@
<artifactId>hippo4j-example-core</artifactId> <artifactId>hippo4j-example-core</artifactId>
<name>hippo4j-example-core</name> <name>hippo4j-example-core</name>
<description>Hippo4J 实例工程核心包.</description>
<properties> <properties>
<maven.deploy.skip>true</maven.deploy.skip> <maven.deploy.skip>true</maven.deploy.skip>
@ -33,5 +32,4 @@
<artifactId>hippo4j-core</artifactId> <artifactId>hippo4j-core</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

@ -71,5 +71,4 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</project> </project>

@ -2,7 +2,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>cn.hippo4j</groupId> <groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-all</artifactId> <artifactId>hippo4j-all</artifactId>
@ -16,13 +15,9 @@
<description>${project.artifactId}</description> <description>${project.artifactId}</description>
<modules> <modules>
<!-- 抽象测试用例 -->
<module>hippo4j-example-core</module> <module>hippo4j-example-core</module>
<!-- 测试 Hippo4J-Server 部署方式 -->
<module>hippo4j-spring-boot-starter-example</module> <module>hippo4j-spring-boot-starter-example</module>
<!-- 测试 Hippo4J-Core Nacos 配置中心 -->
<module>hippo4j-core-nacos-spring-boot-starter-example</module> <module>hippo4j-core-nacos-spring-boot-starter-example</module>
<!-- 测试 Hippo4J-Core Apollo 配置中心 -->
<module>hippo4j-core-apollo-spring-boot-starter-example</module> <module>hippo4j-core-apollo-spring-boot-starter-example</module>
<module>hippo4j-core-zookeeper-spring-boot-starter-example</module> <module>hippo4j-core-zookeeper-spring-boot-starter-example</module>
</modules> </modules>

@ -2,7 +2,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>cn.hippo4j</groupId> <groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-all</artifactId> <artifactId>hippo4j-all</artifactId>
@ -11,7 +10,6 @@
<artifactId>hippo4j-server</artifactId> <artifactId>hippo4j-server</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>${project.artifactId}</name> <name>${project.artifactId}</name>
<description>${project.artifactId}</description> <description>${project.artifactId}</description>
@ -94,5 +92,4 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</project> </project>

@ -12,7 +12,7 @@
<packaging>jar</packaging> <packaging>jar</packaging>
<name>${project.artifactId}</name> <name>${project.artifactId}</name>
<description>强大的动态线程池框架, 包含线程池动态调参、报警以及监控等功能, 依赖配置中心.</description> <description>Thread pool dynamic parameter adjustment, alarming, status viewing and monitoring functions</description>
<dependencies> <dependencies>
<dependency> <dependency>

@ -12,7 +12,7 @@
<packaging>jar</packaging> <packaging>jar</packaging>
<name>${project.artifactId}</name> <name>${project.artifactId}</name>
<description>强大的动态线程池框架, 包含线程池动态调参、报警、状态查看以及监控等功能, 依赖 hippo4j server.</description> <description>Thread pool dynamic parameter adjustment, alarming, status viewing and monitoring functions</description>
<dependencies> <dependencies>
<dependency> <dependency>
@ -54,7 +54,8 @@
<dependency> <dependency>
<groupId>com.aliyun</groupId> <groupId>com.aliyun</groupId>
<artifactId>alibaba-dingtalk-service-sdk</artifactId> <artifactId>alibaba-dingtalk-service-sdk</artifactId>
<!-- 用户反馈其中 javax.jms 无法下载, 未发现 log4j 用处, 暂且排除 --> <!-- User feedback that javax.jms cannot be downloaded,
and log4j is not found useful, so it is excluded for the time being -->
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>log4j</groupId> <groupId>log4j</groupId>

@ -8,7 +8,7 @@
<packaging>pom</packaging> <packaging>pom</packaging>
<name>${project.artifactId}</name> <name>${project.artifactId}</name>
<description>动态可观测线程池框架,为业务系统提高线上运行保障能力</description> <description>Dynamic observable thread pool framework</description>
<modules> <modules>
<module>hippo4j-adapter</module> <module>hippo4j-adapter</module>

Loading…
Cancel
Save