2026-02-27 10:16:46 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>top.continew</groupId>
|
|
|
|
|
<artifactId>continew-starter</artifactId>
|
|
|
|
|
<version>2.9.0</version>
|
|
|
|
|
</parent>
|
2026-02-27 10:50:07 +08:00
|
|
|
<groupId>top.wms</groupId>
|
|
|
|
|
<artifactId>wms-admin</artifactId>
|
2026-02-27 10:16:46 +08:00
|
|
|
<version>3.6.0-SNAPSHOT</version>
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
<description>园区管理系统</description>
|
2026-02-27 10:50:07 +08:00
|
|
|
<url>https://github.com/wms-org/wms-admin</url>
|
2026-02-27 10:16:46 +08:00
|
|
|
<licenses>
|
|
|
|
|
<license>
|
|
|
|
|
<name>GNU LESSER GENERAL PUBLIC LICENSE</name>
|
|
|
|
|
<url>http://www.gnu.org/licenses/lgpl.html</url>
|
|
|
|
|
</license>
|
|
|
|
|
</licenses>
|
|
|
|
|
<modules>
|
2026-02-27 10:50:07 +08:00
|
|
|
<module>wms-webapi</module>
|
|
|
|
|
<module>wms-module-system</module>
|
|
|
|
|
<module>wms-plugin</module>
|
|
|
|
|
<module>wms-common</module>
|
|
|
|
|
<module>wms-extension</module>
|
2026-02-27 10:16:46 +08:00
|
|
|
</modules>
|
|
|
|
|
<properties>
|
|
|
|
|
<revision>3.6.0-SNAPSHOT</revision>
|
|
|
|
|
</properties>
|
|
|
|
|
<dependencyManagement>
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
2026-02-27 10:50:07 +08:00
|
|
|
<groupId>top.wms</groupId>
|
|
|
|
|
<artifactId>wms-webapi</artifactId>
|
2026-02-27 10:16:46 +08:00
|
|
|
<version>3.6.0-SNAPSHOT</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2026-02-27 10:50:07 +08:00
|
|
|
<groupId>top.wms</groupId>
|
|
|
|
|
<artifactId>wms-module-system</artifactId>
|
2026-02-27 10:16:46 +08:00
|
|
|
<version>3.6.0-SNAPSHOT</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2026-02-27 10:50:07 +08:00
|
|
|
<groupId>top.wms</groupId>
|
|
|
|
|
<artifactId>wms-common</artifactId>
|
2026-02-27 10:16:46 +08:00
|
|
|
<version>3.6.0-SNAPSHOT</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2026-02-27 10:50:07 +08:00
|
|
|
<groupId>top.wms</groupId>
|
|
|
|
|
<artifactId>wms-plugin-schedule</artifactId>
|
2026-02-27 10:16:46 +08:00
|
|
|
<version>3.6.0-SNAPSHOT</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2026-02-27 10:50:07 +08:00
|
|
|
<groupId>top.wms</groupId>
|
|
|
|
|
<artifactId>wms-plugin-generator</artifactId>
|
2026-02-27 10:16:46 +08:00
|
|
|
<version>3.6.0-SNAPSHOT</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
</dependencyManagement>
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>cn.hutool</groupId>
|
|
|
|
|
<artifactId>hutool-all</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
|
<optional>true</optional>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.mapstruct</groupId>
|
|
|
|
|
<artifactId>mapstruct</artifactId>
|
|
|
|
|
<version>1.5.5.Final</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.mapstruct</groupId>
|
|
|
|
|
<artifactId>mapstruct-processor</artifactId>
|
|
|
|
|
<version>1.5.5.Final</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-fileupload</groupId>
|
|
|
|
|
<artifactId>commons-fileupload</artifactId>
|
|
|
|
|
<version>1.4</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
|
<version>2.8.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
|
<version>29.0-jre</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
<repositories>
|
|
|
|
|
<repository>
|
|
|
|
|
<id>huawei-mirror</id>
|
|
|
|
|
<name>HuaweiCloud Mirror</name>
|
|
|
|
|
<url>https://mirrors.huaweicloud.com/repository/maven/</url>
|
|
|
|
|
</repository>
|
|
|
|
|
<repository>
|
|
|
|
|
<id>ali-mirror</id>
|
|
|
|
|
<name>AliYun Mirror</name>
|
|
|
|
|
<url>https://maven.aliyun.com/repository/public/</url>
|
|
|
|
|
</repository>
|
|
|
|
|
</repositories>
|
|
|
|
|
<pluginRepositories>
|
|
|
|
|
<pluginRepository>
|
|
|
|
|
<id>huawei-mirror</id>
|
|
|
|
|
<name>HuaweiCloud Mirror</name>
|
|
|
|
|
<url>https://mirrors.huaweicloud.com/repository/maven/</url>
|
|
|
|
|
</pluginRepository>
|
|
|
|
|
<pluginRepository>
|
|
|
|
|
<id>ali-mirror</id>
|
|
|
|
|
<name>AliYun Mirror</name>
|
|
|
|
|
<url>https://maven.aliyun.com/repository/public/</url>
|
|
|
|
|
</pluginRepository>
|
|
|
|
|
</pluginRepositories>
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<compilerArgument>-parameters</compilerArgument>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<skip>true</skip>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>com.diffplug.spotless</groupId>
|
|
|
|
|
<artifactId>spotless-maven-plugin</artifactId>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<phase>compile</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>apply</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
<configuration>
|
|
|
|
|
<java>
|
|
|
|
|
<removeUnusedImports />
|
|
|
|
|
<eclipse>
|
|
|
|
|
<file>.style/p3c-codestyle.xml</file>
|
|
|
|
|
</eclipse>
|
|
|
|
|
<licenseHeader>
|
|
|
|
|
<file>.style/license-header</file>
|
|
|
|
|
</licenseHeader>
|
|
|
|
|
</java>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
<artifactId>flatten-maven-plugin</artifactId>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>flatten</id>
|
|
|
|
|
<phase>process-resources</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>flatten</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>flatten-clean</id>
|
|
|
|
|
<phase>clean</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>clean</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
<configuration>
|
|
|
|
|
<updatePomFile>true</updatePomFile>
|
|
|
|
|
<flattenMode>resolveCiFriendliesOnly</flattenMode>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
<profiles>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>sonar</id>
|
|
|
|
|
<activation />
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.sonarsource.scanner.maven</groupId>
|
|
|
|
|
<artifactId>sonar-maven-plugin</artifactId>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<phase>verify</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>sonar</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
<properties>
|
2026-02-27 10:50:07 +08:00
|
|
|
<sonar.projectKey>Charles7c_wms-admin</sonar.projectKey>
|
2026-02-27 10:16:46 +08:00
|
|
|
<sonar.moduleKey>${project.groupId}:${project.artifactId}</sonar.moduleKey>
|
|
|
|
|
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
|
|
|
|
|
<sonar.organization>charles7c</sonar.organization>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
|
|
|
|
</profiles>
|
|
|
|
|
</project>
|