Skip to content

Commit

Permalink
chore: 移除部分无用 Maven 配置
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles7c committed Jan 18, 2024
1 parent 657accd commit 5db1f66
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 17 deletions.
3 changes: 0 additions & 3 deletions continew-admin-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
</parent>

<artifactId>continew-admin-common</artifactId>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
<description>公共模块(存放公共工具类,公共配置等)</description>

<dependencies>
Expand Down
3 changes: 0 additions & 3 deletions continew-admin-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
</parent>

<artifactId>continew-admin-monitor</artifactId>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
<description>系统监控模块(存放系统监控相关业务功能,例如:在线用户、日志管理等)</description>

<dependencies>
Expand Down
3 changes: 0 additions & 3 deletions continew-admin-system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
</parent>

<artifactId>continew-admin-system</artifactId>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
<description>系统管理模块(存放系统管理相关业务功能,例如:部门管理、角色管理、用户管理等)</description>

<dependencies>
Expand Down
3 changes: 0 additions & 3 deletions continew-admin-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
</parent>

<artifactId>continew-admin-tool</artifactId>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
<description>系统工具模块(存放系统工具相关业务功能,例如:代码生成等)</description>

<dependencies>
Expand Down
3 changes: 0 additions & 3 deletions continew-admin-webapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
</parent>

<artifactId>continew-admin-webapi</artifactId>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
<description>API 及打包部署模块</description>

<properties>
Expand Down
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<artifactId>continew-admin</artifactId>
<version>${revision}</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
<description>ContiNew Admin(Continue New Admin)持续迭代优化的前后端分离中后台管理系统框架,开箱即用,持续提供舒适的开发体验。</description>
<url>https://github.com/Charles7c/continew-admin</url>

Expand Down

0 comments on commit 5db1f66

Please sign in to comment.