将root/pom移动到根目录下
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -13,7 +13,15 @@
|
|||||||
<inceptionYear>2013-Now</inceptionYear>
|
<inceptionYear>2013-Now</inceptionYear>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>root</module>
|
<module>parent</module>
|
||||||
|
<module>parent/ai</module>
|
||||||
|
<module>common</module>
|
||||||
|
<module>modules</module>
|
||||||
|
<module>web</module>
|
||||||
|
<module>web-ai</module>
|
||||||
|
<module>web-api</module>
|
||||||
|
<module>web-fast</module>
|
||||||
|
<module>web-mini</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
|
|||||||
42
root/pom.xml
42
root/pom.xml
@@ -1,42 +0,0 @@
|
|||||||
<?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>
|
|
||||||
|
|
||||||
<groupId>com.jeesite</groupId>
|
|
||||||
<artifactId>jeesite-root</artifactId>
|
|
||||||
<version>5.14.0.springboot3-SNAPSHOT</version>
|
|
||||||
<packaging>pom</packaging>
|
|
||||||
|
|
||||||
<name>JeeSite Root</name>
|
|
||||||
<url>http://jeesite.com</url>
|
|
||||||
<inceptionYear>2013-Now</inceptionYear>
|
|
||||||
|
|
||||||
<modules>
|
|
||||||
<module>../parent</module>
|
|
||||||
<module>../parent/ai</module>
|
|
||||||
<module>../common</module>
|
|
||||||
<module>../modules</module>
|
|
||||||
<module>../web</module>
|
|
||||||
<module>../web-ai</module>
|
|
||||||
<module>../web-api</module>
|
|
||||||
<module>../web-fast</module>
|
|
||||||
<module>../web-mini</module>
|
|
||||||
</modules>
|
|
||||||
|
|
||||||
<developers>
|
|
||||||
<developer>
|
|
||||||
<id>thinkgem</id>
|
|
||||||
<name>WangZhen</name>
|
|
||||||
<email>thinkgem at 163.com</email>
|
|
||||||
<roles><role>Project lead</role></roles>
|
|
||||||
<timezone>+8</timezone>
|
|
||||||
</developer>
|
|
||||||
</developers>
|
|
||||||
|
|
||||||
<organization>
|
|
||||||
<name>JeeSite</name>
|
|
||||||
<url>http://jeesite.com</url>
|
|
||||||
</organization>
|
|
||||||
|
|
||||||
</project>
|
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
<description>Web AI MCP 服务</description>
|
<description>Web AI MCP 服务</description>
|
||||||
|
|
||||||
<name>JeeSite Web</name>
|
<name>JeeSite Web MCP</name>
|
||||||
<url>http://jeesite.com</url>
|
<url>http://jeesite.com</url>
|
||||||
<inceptionYear>2013-Now</inceptionYear>
|
<inceptionYear>2013-Now</inceptionYear>
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
<description>Web 服务,最小化加载,是一个小的微服务</description>
|
<description>Web 服务,最小化加载,是一个小的微服务</description>
|
||||||
|
|
||||||
<name>JeeSite Web</name>
|
<name>JeeSite Web Mini</name>
|
||||||
<url>http://jeesite.com</url>
|
<url>http://jeesite.com</url>
|
||||||
<inceptionYear>2013-Now</inceptionYear>
|
<inceptionYear>2013-Now</inceptionYear>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user