43 lines
1.2 KiB
XML
43 lines
1.2 KiB
XML
<?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">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
<groupId>org.nl</groupId>
|
|
<artifactId>nl-tool-platform</artifactId>
|
|
<version>3.0.0</version>
|
|
</parent>
|
|
|
|
<artifactId>nl-plugin</artifactId>
|
|
<packaging>pom</packaging>
|
|
<description>插件模块</description>
|
|
|
|
<modules>
|
|
<!-- 登录鉴权插件 -->
|
|
<module>nl-plugin-auth</module>
|
|
|
|
<!-- 业务功能插件 -->
|
|
<module>nl-plugin-biz</module>
|
|
|
|
<!-- C端功能插件 -->
|
|
<module>nl-plugin-client</module>
|
|
|
|
<!-- 开发工具插件 -->
|
|
<module>nl-plugin-dev</module>
|
|
|
|
<!-- 代码生成插件 -->
|
|
<module>nl-plugin-gen</module>
|
|
|
|
<!-- 移动端管理插件 -->
|
|
<module>nl-plugin-mobile</module>
|
|
|
|
<!-- 系统功能插件 -->
|
|
<module>nl-plugin-sys</module>
|
|
|
|
<!-- 项目管理 -->
|
|
<!-- <module>nl-plugin-pmm</module>-->
|
|
</modules>
|
|
</project>
|